forked from mirrors/nixpkgs
nixos.xfce: set desktopNames
This commit is contained in:
parent
fb47c6fbac
commit
e9d707cf8e
|
@ -129,6 +129,7 @@ in
|
|||
|
||||
services.xserver.desktopManager.session = [{
|
||||
name = "xfce";
|
||||
desktopNames = [ "XFCE" ];
|
||||
bgSupport = true;
|
||||
start = ''
|
||||
${pkgs.runtimeShell} ${pkgs.xfce.xfce4-session.xinitrc} &
|
||||
|
|
Loading…
Reference in a new issue