server/modules/default.nix
2026-03-28 09:57:34 +01:00

8 lines
76 B
Nix

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