home: set gtk color-scheme through dconf

This commit is contained in:
Erwin Boskma 2023-10-01 19:33:28 +02:00
parent 1d8bbcde53
commit 0710842bbb
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -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 = {