server/modules/default.nix
2026-03-28 18:26:22 +01:00

8 lines
91 B
Nix

{...}: {
imports = [
./fish.nix
./nginx.nix
./tmux.nix
./nvim.nix
];
}