forked from pub-solar/os
graphical: add gtk icon cache
This commit is contained in:
parent
8d14653860
commit
a6d002ae32
|
@ -72,6 +72,8 @@ in {
|
|||
style = "gtk2";
|
||||
};
|
||||
|
||||
gtk.iconCache.enable = true;
|
||||
|
||||
# Required for running Gnome apps outside the Gnome DE, see https://nixos.wiki/wiki/GNOME#Running_GNOME_programs_outside_of_GNOME
|
||||
programs.dconf.enable = true;
|
||||
services.udev.packages = with pkgs; [gnome3.gnome-settings-daemon];
|
||||
|
|
Loading…
Reference in a new issue