mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
workflows/mosey-branch: add gnome-session sessions in system
This commit is contained in:
parent
4d637cc249
commit
3e4570e265
@ -119,6 +119,10 @@ in
|
||||
environment.systemPackages = cfg.extraApps ++ requiredPackages;
|
||||
systemd.packages = [ customDesktopSession ];
|
||||
|
||||
# We'll have to include them for gnome-session to recognize it in NixOS
|
||||
# systems.
|
||||
environment.pathsToLink = [ "/share/gnome-session" ];
|
||||
|
||||
environment.sessionVariables.GNOME_SESSION_DEBUG = lib.mkIf cfg.debug "1";
|
||||
|
||||
# Our preferred display manager.
|
||||
|
Loading…
Reference in New Issue
Block a user