From f1f85419d22d55c64412bd3aec806d895ef9550e Mon Sep 17 00:00:00 2001 From: Piotr Bogdan Date: Sun, 20 Sep 2020 20:27:07 +0100 Subject: [PATCH] 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. --- nixos/modules/services/x11/display-managers/gdm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/x11/display-managers/gdm.nix b/nixos/modules/services/x11/display-managers/gdm.nix index eae70a57c78..31e4cff438a 100644 --- a/nixos/modules/services/x11/display-managers/gdm.nix +++ b/nixos/modules/services/x11/display-managers/gdm.nix @@ -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 = [