mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/gdm: Remove stray with pkgs.gnome;
It was unused – `gdm` is part of the outer scope.
This commit is contained in:
parent
b85e87fc64
commit
0b772ee034
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue