mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 01:29:24 +08:00
module.system.gui: set gtk theme
This commit is contained in:
@@ -46,6 +46,7 @@ inputs:
|
||||
config.gtk =
|
||||
{
|
||||
enable = true;
|
||||
theme.name = "Breeze";
|
||||
gtk2 =
|
||||
{
|
||||
extraConfig = ''gtk-im-module="fcitx"'';
|
||||
|
||||
Reference in New Issue
Block a user