1
0
Fork 0
nix-configuration/hosts/default.nix

9 lines
84 B
Nix
Raw Normal View History

2024-02-29 09:53:34 -05:00
{ ... }: {
2024-03-04 10:57:41 -05:00
imports = [
./Dimaga
./Haven
./Khanda
2024-03-04 10:57:41 -05:00
./Pihole
./Shura
];
2024-02-29 09:53:34 -05:00
}