Files
niphas/modules/shell/default.nix
2026-02-04 08:30:19 +01:00

9 lines
83 B
Nix

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