modules/hm/services/gtk: remove deprecated gtk4 config
This commit is contained in:
parent
b51043c7bc
commit
21ae70eb72
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ in {
|
||||||
gtk3.extraConfig = {
|
gtk3.extraConfig = {
|
||||||
gtk-application-prefer-dark-theme = scheme.variant == "dark";
|
gtk-application-prefer-dark-theme = scheme.variant == "dark";
|
||||||
};
|
};
|
||||||
gtk4.extraConfig = gtk3.extraConfig;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
dconf.settings."org/gnome/desktop/interface".color-scheme = "prefer-${scheme.variant}";
|
dconf.settings."org/gnome/desktop/interface".color-scheme = "prefer-${scheme.variant}";
|
||||||
|
|
Loading…
Reference in a new issue