home-manager/shell/default.nix
2023-10-13 12:11:33 -04:00

7 lines
52 B
Nix

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