Skip to content

Commit

Permalink
nixos/gnome: use gsd from toplevel pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCash committed Sep 12, 2024
1 parent d3331da commit 161ecf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/de/gnome.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgsUnstable, stableLib, stateVersion, ... }:
{ pkgsUnstable, stableLib, ... }:

{
services.xserver = {
Expand Down Expand Up @@ -53,5 +53,5 @@

services.dbus.packages = with pkgsUnstable; [ dconf gcr ];

services.udev.packages = with pkgsUnstable; [ gnome.gnome-settings-daemon ];
services.udev.packages = with pkgsUnstable; [ gnome-settings-daemon ];
}

0 comments on commit 161ecf8

Please sign in to comment.