nichts/modules/cli/default.nix

9 lines
128 B
Nix

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