niksos/modules/cli/default.nix
2024-07-16 00:26:09 +02:00

10 lines
145 B
Nix

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