1
0
Fork 0
nix-configuration/hosts/default.nix
2024-04-23 14:46:17 -04:00

9 lines
84 B
Nix

{ ... }: {
imports = [
./Dimaga
./Haven
./Khanda
./Pihole
./Shura
];
}