modules.system.gui: Enable GTK icon cache

This commit is contained in:
2025-12-31 17:03:45 +08:00
parent 63c647ceba
commit 3ab4ecb5d2

View File

@@ -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;