NiksOS/system/default.nix

11 lines
116 B
Nix

{
imports = [
./core
./hardware
./network
./nix
./programs
./server
./services
];
}