nixos/system/default.nix
2025-02-27 00:08:36 +01:00

7 lines
63 B
Nix

{...}: {
imports = [
./boot.nix
];
# lib.mkForce
}