nixos/home/env/common/shell/default.nix

9 lines
76 B
Nix

{ ... }:
{
imports = [
./bash.nix
./zsh.nix
./fish.nix
];
}