NiksOS/system/default.nix
2025-05-24 00:03:47 +02:00

12 lines
130 B
Nix

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