[General] Disable all Xorg if minimal is enabled

This commit is contained in:
Antoine Viallon 2022-10-22 13:19:02 +02:00
parent 69b13ee0ce
commit 814dcea986
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -132,6 +132,9 @@ in
memoryPercent = 100;
algorithm = "zstd";
};
environment.noXlibs = mkIf (cfg.minimal && (!desktopCfg.enable)) true;
nix.buildMachines = [
(mkBuildMachine {
hostName = "luke-skywalker-nixos.local";