Skip to content

Commit 0b772ee

Browse files
committed
nixos/gdm: Remove stray with pkgs.gnome;
It was unused – `gdm` is part of the outer scope.
1 parent b85e87f commit 0b772ee

File tree

1 file changed

+1
-1
lines changed
  • nixos/modules/services/x11/display-managers

1 file changed

+1
-1
lines changed

nixos/modules/services/x11/display-managers/gdm.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ in
206206
];
207207

208208
# Otherwise GDM will not be able to start correctly and display Wayland sessions
209-
systemd.packages = with pkgs.gnome; [
209+
systemd.packages = [
210210
gdm
211211
pkgs.gnome-session
212212
pkgs.gnome-shell

0 commit comments

Comments
 (0)