nichts/modules/cli/default.nix

8 lines
86 B
Nix
Raw Normal View History

2024-04-10 17:39:26 +02:00
_: {
imports = [
2024-04-20 22:59:53 +02:00
./neovim.nix
./fish.nix
2024-05-14 20:33:43 +02:00
./nh.nix
2024-04-10 17:39:26 +02:00
];
}