universe/users/modules/global/shells/all.nix

9 lines
108 B
Nix

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