From f9796e295912087fc71f5e8af077e58f2ed3f6ec Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 25 Jan 2026 00:27:20 -0800 Subject: More GTK dark mode --- home/nipsy/common/optional/desktops/gtk.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix index 7b550e9..beb9ba2 100644 --- a/home/nipsy/common/optional/desktops/gtk.nix +++ b/home/nipsy/common/optional/desktops/gtk.nix @@ -17,6 +17,7 @@ gtk4 = { colorScheme = "dark"; extraConfig.gtk-application-prefer-dark-theme = 1; + theme = null; }; iconTheme = { -- cgit v1.2.3