nichts/modules/cli/default.nix
2024-04-20 22:59:53 +02:00

9 lines
128 B
Nix

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