From a6d002ae32860c049a9f04d1617258b1ec842458 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 21 Jul 2023 11:55:56 +0200 Subject: [PATCH] graphical: add gtk icon cache --- modules/graphical/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/graphical/default.nix b/modules/graphical/default.nix index 5966e73e..137932e9 100644 --- a/modules/graphical/default.nix +++ b/modules/graphical/default.nix @@ -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];