niksos/modules/cli/default.nix
2024-05-08 20:49:06 +02:00

9 lines
127 B
Nix

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