universe/users/profiles/shells/all.nix

7 lines
76 B
Nix

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