Skip to content

Commit

Permalink
nixos.xfce: set desktopNames
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed Mar 28, 2020
1 parent fb47c6f commit e9d707c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/x11/desktop-managers/xfce.nix
Expand Up @@ -129,6 +129,7 @@ in

services.xserver.desktopManager.session = [{
name = "xfce";
desktopNames = [ "XFCE" ];
bgSupport = true;
start = ''
${pkgs.runtimeShell} ${pkgs.xfce.xfce4-session.xinitrc} &
Expand Down

0 comments on commit e9d707c

Please sign in to comment.