nichts/modules/cli/default.nix
2024-05-14 20:33:43 +02:00

7 lines
86 B
Nix

_: {
imports = [
./neovim.nix
./fish.nix
./nh.nix
];
}