niksos/modules/cli/default.nix

8 lines
104 B
Nix

_: {
imports = [
./git.nix
./nh.nix
./zoxide.nix
./zsh.nix
];
}