Manage background with gnome settings

This commit is contained in:
RingOfStorms (Josh) 2024-07-12 11:54:01 -05:00
parent 71deaf21a9
commit 2de7a0a1ad
7 changed files with 65 additions and 8 deletions

View file

@ -10,13 +10,13 @@
gtk3.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme=1
gtk-application-prefer-dark-theme=1
'';
};
gtk4.extraConfig = {
Settings = ''
gtk-application-prefer-dark-theme=1
gtk-application-prefer-dark-theme=1
'';
};
};