nixos.xfce: set desktopNames

This commit is contained in:
José Romildo Malaquias 2020-03-28 10:52:59 -03:00
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} &