nixos/xfce: bgSupport = !noDesktop

The Xfce desktop manager only has background image support when
`xfdesktop` is used. Otherwise, we want the possibility to specify a
custom background via the `~/.background-image` file.
This commit is contained in:
Raymond Gauthier 2022-10-03 17:24:54 -04:00 committed by Bobby Rong
parent 1042fd8b14
commit 4ae12930f2
No known key found for this signature in database

View File

@ -145,7 +145,7 @@ in
services.xserver.desktopManager.session = [{
name = "xfce";
desktopNames = [ "XFCE" ];
bgSupport = true;
bgSupport = !cfg.noDesktop;
start = ''
${pkgs.runtimeShell} ${pkgs.xfce.xfce4-session.xinitrc} &
waitPID=$!