mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
displayManager.gdm: only gnome-session needs to be on path
This commit is contained in:
parent
76fa7d1c39
commit
50adbbe65c
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ in
|
|||
systemd.services.display-manager.wants = [ "systemd-machined.service" ];
|
||||
systemd.services.display-manager.after = [ "systemd-machined.service" ];
|
||||
|
||||
systemd.services.display-manager.path = [ gnome3.gnome_shell gnome3.caribou pkgs.xorg.xhost pkgs.dbus_tools ];
|
||||
systemd.services.display-manager.path = [ gnome3.gnome_session ];
|
||||
|
||||
services.dbus.packages = [ gdm ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue