nix-flake/hosts/homelab/home.nix
2026-03-06 21:06:05 +07:00

5 lines
No EOL
54 B
Nix

{ ... }: {
imports = [
../../modules/home
];
}