nichts/modules/vali/cli/default.nix
2024-04-10 17:39:26 +02:00

7 lines
89 B
Nix

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