mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 17:57: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;
|
memoryPercent = 100;
|
||||||
algorithm = "zstd";
|
algorithm = "zstd";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.noXlibs = mkIf (cfg.minimal && (!desktopCfg.enable)) true;
|
||||||
|
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [
|
||||||
(mkBuildMachine {
|
(mkBuildMachine {
|
||||||
hostName = "luke-skywalker-nixos.local";
|
hostName = "luke-skywalker-nixos.local";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue