From 3ab4ecb5d2c3d10cfc758d0cd08b20c7a018e67b Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Wed, 31 Dec 2025 17:03:45 +0800 Subject: [PATCH] modules.system.gui: Enable GTK icon cache --- modules/system/gui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/gui.nix b/modules/system/gui.nix index 7a8c3c3f..3c93f7e6 100644 --- a/modules/system/gui.nix +++ b/modules/system/gui.nix @@ -39,6 +39,7 @@ inputs: }; xdg.portal.extraPortals = (builtins.map (p: inputs.pkgs."xdg-desktop-portal-${p}") [ "gtk" "wlr" "gnome" ]); qt = { enable = true; platformTheme = "qt5ct"; }; + gtk.iconCache.enable = true; i18n.inputMethod = { enable = true;