niksos/modules/cli/default.nix

10 lines
148 B
Nix

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