home-manager/shell/default.nix

7 lines
52 B
Nix
Raw Normal View History

2023-10-09 20:18:11 +00:00
{
2023-10-13 16:11:33 +00:00
imports = [
./zsh.nix
./bash.nix
];
2023-10-09 20:18:11 +00:00
}