nixos-config/configurations/profile/home/shell/default.nix

10 lines
87 B
Nix

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