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
|
bitwarden
|
||||||
blink1-tool
|
blink1-tool
|
||||||
bottom
|
bottom
|
||||||
|
dconf
|
||||||
dbeaver
|
dbeaver
|
||||||
easyeffects
|
easyeffects
|
||||||
fd
|
fd
|
||||||
|
@ -257,6 +258,12 @@ in
|
||||||
fcitx5.addons = with pkgs; [ fcitx5-m17n fcitx5-gtk fcitx5-configtool ];
|
fcitx5.addons = with pkgs; [ fcitx5-m17n fcitx5-gtk fcitx5-configtool ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dconf.settings = {
|
||||||
|
"org/gnome/desktop/interface" = {
|
||||||
|
color-scheme = "prefer-dark";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
|
|
Loading…
Reference in a new issue