home: set gtk color-scheme through dconf
This commit is contained in:
parent
1d8bbcde53
commit
0710842bbb
1 changed files with 7 additions and 0 deletions
|
@ -163,6 +163,7 @@ in
|
|||
bitwarden
|
||||
blink1-tool
|
||||
bottom
|
||||
dconf
|
||||
dbeaver
|
||||
easyeffects
|
||||
fd
|
||||
|
@ -257,6 +258,12 @@ in
|
|||
fcitx5.addons = with pkgs; [ fcitx5-m17n fcitx5-gtk fcitx5-configtool ];
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
|
|
Loading…
Reference in a new issue