nixos/gdm: add gdm to systemd.packages

GDM now provides gnome-session@gnome-login.target.d/session.conf though I'm not even sure if it's needed.
This commit is contained in:
Piotr Bogdan 2020-09-20 20:27:07 +01:00 committed by Jan Tojnar
parent 12ea15c6d0
commit f1f85419d2
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ in
];
# Otherwise GDM will not be able to start correctly and display Wayland sessions
systemd.packages = with pkgs.gnome3; [ gnome-session gnome-shell ];
systemd.packages = with pkgs.gnome3; [ gdm gnome-session gnome-shell ];
environment.systemPackages = [ pkgs.gnome3.adwaita-icon-theme ];
systemd.services.display-manager.wants = [