diff --git a/nixos/modules/config/gtk/gtk-icon-cache.nix b/nixos/modules/config/gtk/gtk-icon-cache.nix index d4e0cf97c660e..52d1fefc7d801 100644 --- a/nixos/modules/config/gtk/gtk-icon-cache.nix +++ b/nixos/modules/config/gtk/gtk-icon-cache.nix @@ -5,7 +5,7 @@ with lib; options = { gtk.iconCache.enable = mkOption { type = types.bool; - default = true; + default = false; description = '' Whether to build icon theme caches for GTK+ applications. '';