mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[General] Disable all Xorg if minimal is enabled
This commit is contained in:
parent
69b13ee0ce
commit
814dcea986
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue