nixos/modules/shell/default.nix

11 lines
106 B
Nix

{
imports = [
./nix
./zsh
./tmux
./newsboat
./ranger
./aria
./cachix
];
}