mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +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.
|
# Install all of the desktop session files.
|
||||||
services.xserver.displayManager.sessionPackages = sessionPackages;
|
services.xserver.displayManager.sessionPackages = sessionPackages;
|
||||||
environment.systemPackages = sessionPackages;
|
environment.systemPackages = [ cfg.package ] ++ sessionPackages;
|
||||||
|
|
||||||
# Make sure it is searchable within gnome-session.
|
# Make sure it is searchable within gnome-session.
|
||||||
environment.pathsToLink = [ "/share/gnome-session" ];
|
environment.pathsToLink = [ "/share/gnome-session" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user