nixos/gdm: Remove stray with pkgs.gnome;

It was unused – `gdm` is part of the outer scope.
This commit is contained in:
Jan Tojnar 2025-05-08 16:11:10 +02:00
parent b85e87fc64
commit 0b772ee034

View file

@ -206,7 +206,7 @@ in
];
# Otherwise GDM will not be able to start correctly and display Wayland sessions
systemd.packages = with pkgs.gnome; [
systemd.packages = [
gdm
pkgs.gnome-session
pkgs.gnome-shell