Unverified Commit 4ae12930 authored by Raymond Gauthier's avatar Raymond Gauthier Committed by Bobby Rong
Browse files

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.
parent 1042fd8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=$!