mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
programs/gnome-session: add package to system environment
This commit is contained in:
parent
3aef91614b
commit
b30691629b
@ -548,7 +548,7 @@ in
|
||||
{
|
||||
# Install all of the desktop session files.
|
||||
services.xserver.displayManager.sessionPackages = sessionPackages;
|
||||
environment.systemPackages = sessionPackages;
|
||||
environment.systemPackages = [ cfg.package ] ++ sessionPackages;
|
||||
|
||||
# Make sure it is searchable within gnome-session.
|
||||
environment.pathsToLink = [ "/share/gnome-session" ];
|
||||
|
Loading…
Reference in New Issue
Block a user