home-manager/shell/default.nix
2023-10-09 16:18:11 -04:00

9 lines
44 B
Nix

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