1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

nixos.xfce: set desktopNames

This commit is contained in:
José Romildo Malaquias 2020-03-28 10:52:59 -03:00
parent fb47c6fbac
commit e9d707cf8e

View file

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