From 04dce4673d71774dff15e4400d2e4fd8b8dfda12 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 12 Oct 2024 21:59:46 -0700 Subject: Fix some GTK theme issues --- home/nipsy/common/optional/desktops/gtk.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix index facb782..e6a464a 100644 --- a/home/nipsy/common/optional/desktops/gtk.nix +++ b/home/nipsy/common/optional/desktops/gtk.nix @@ -1,7 +1,9 @@ { gtk = { enable = true; - gtk3.extraConfig.gtk-application-prefer-dark-theme = true; - gtk4.extraConfig.gtk-application-prefer-dark-theme = true; + gtk3.extraConfig.gtk-application-prefer-dark-theme = 1; + gtk4.extraConfig.gtk-application-prefer-dark-theme = 1; + gtk4.extraConfig.gtk-theme-name = "Adwaita"; + theme = "Adwaita"; }; } -- cgit v1.2.3