Don't use noXlibs when xserver is enabled

This commit is contained in:
Sandro - 2023-05-24 22:13:30 +02:00
parent 7777776a53
commit 99999961f0
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
totem
yelp # less webkitgtk's
];
noXlibs = !lib.any (host: host == config.networking.hostName) [ "dacbert" "glotzbert" "rpi-netboot" ];
noXlibs = !config.services.xserver.enable;
systemPackages = with pkgs; [
bmon
curl