aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/nipsy/common/optional/desktops/gtk.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix
index e252b3a..f59c98f 100644
--- a/home/nipsy/common/optional/desktops/gtk.nix
+++ b/home/nipsy/common/optional/desktops/gtk.nix
@@ -1,16 +1,11 @@
{
dconf.settings."org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
- gtk-theme = "Adwaita-dark";
- };
-
- home.sessionVariables = {
- GTK_THEME = "Adwaita:dark";
};
gtk = {
enable = true;
- gtk3.extraConfig.gtk-application-prefer-dark-theme = true;
- gtk4.extraConfig.gtk-application-prefer-dark-theme = true;
+ iconTheme.name = "Adwaita";
+ theme.name = "Adwaita-dark";
};
}