Files
niphas/modules/shell/default.nix

9 lines
83 B
Nix
Raw Normal View History

2026-02-04 08:30:19 +01:00
{
imports = [
./tools.nix
./bash.nix
./zsh.nix
./tmux.nix
];
}