Skip to content

Commit

Permalink
fix(mixins/desktop): use top level gnome package
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jan 22, 2025
1 parent 06fda3c commit 80a3508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixins/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ in
]);

services.dbus.packages = with pkgs; [ dconf ];
services.udev.packages = with pkgs; [ gnome.gnome-settings-daemon ];
services.udev.packages = with pkgs; [ gnome-settings-daemon ];

xdg = {
autostart.enable = true;
Expand Down

0 comments on commit 80a3508

Please sign in to comment.