home(gtk): use global dark mode theme settings
This commit is contained in:
parent
cf8acde331
commit
7bb192075a
1 changed files with 6 additions and 0 deletions
|
|
@ -27,8 +27,14 @@ in {
|
|||
};
|
||||
gtk3.extraCss = gtkCss;
|
||||
gtk4.extraCss = gtkCss;
|
||||
|
||||
# Dark system theme
|
||||
gtk3.extraConfig.gtk-application-prefer-dark-theme = true;
|
||||
gtk4.extraConfig.gtk-application-prefer-dark-theme = true;
|
||||
};
|
||||
|
||||
dconf.settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
||||
|
||||
#TODO: add gtk css configuration
|
||||
|
||||
services.xsettingsd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue