nixos/system/default.nix
2025-03-12 15:43:41 +01:00

7 lines
91 B
Nix

{...}: {
imports = [
./core
./optional
];
# system.stateVersion = "24.11";
}