9 lines
98 B
Nix
Raw Normal View History

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