8 lines
90 B
Nix

{
config,
lib,
...
}:
lib.mkIf (!config.me.buildingIso) (import ./disk-config.nix)