mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:29:24 +08:00
modules.system.gui: Enable GTK icon cache
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user