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