nichts/modules/cli/default.nix
2024-04-13 15:29:56 +02:00

8 lines
103 B
Nix

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