NixToSee/modules/software/shells/default.nix
Ranomier a5040dcc1b random stuff
- shell fixes
- noice function for nixos-configurations
- flake update
- random
2025-05-04 00:46:06 +02:00

7 lines
68 B
Nix

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