From f17f59be80d1c50a9aaeaceba97939999e10d778 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 12 Oct 2024 22:02:57 -0700 Subject: Maybe really fix some GTK theme issues --- home/nipsy/common/optional/desktops/gtk.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix index e6a464a..8369deb 100644 --- a/home/nipsy/common/optional/desktops/gtk.nix +++ b/home/nipsy/common/optional/desktops/gtk.nix @@ -2,8 +2,8 @@ gtk = { enable = true; gtk3.extraConfig.gtk-application-prefer-dark-theme = 1; + gtk3.extraConfig.gtk-theme-name = "Adwaita"; gtk4.extraConfig.gtk-application-prefer-dark-theme = 1; gtk4.extraConfig.gtk-theme-name = "Adwaita"; - theme = "Adwaita"; }; } -- cgit v1.2.3