Commit 0b772ee0 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

nixos/gdm: Remove stray `with pkgs.gnome;`

It was unused – `gdm` is part of the outer scope.
parent b85e87fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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