NiksOS/system/default.nix
2025-02-14 19:40:27 +00:00

10 lines
103 B
Nix

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