universe/users/profiles/shells/all.nix

9 lines
110 B
Nix

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