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

6 lines
54 B
Nix

{
imports = [
./boot.nix
./users.nix
];
}