From 19c1babd3c36855065e44a4606920d06d76dd1b0 Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 22 Jul 2025 16:11:16 +0800 Subject: [PATCH] module.system.gui: set gtk theme --- modules/system/gui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/gui.nix b/modules/system/gui.nix index 97b3af93..79638868 100644 --- a/modules/system/gui.nix +++ b/modules/system/gui.nix @@ -46,6 +46,7 @@ inputs: config.gtk = { enable = true; + theme.name = "Breeze"; gtk2 = { extraConfig = ''gtk-im-module="fcitx"'';