Skip to content

Commit

Permalink
feat: move gnome-settings-daemon pkg from pkgs.gnome to pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpita committed Sep 8, 2024
1 parent 159325e commit 29d99dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/nixos/services/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

libinput.enable = true;

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

}

0 comments on commit 29d99dc

Please sign in to comment.