From 8023be9d66a0399a3cbbe0ce933ada791e35750a Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 25 Jan 2026 11:06:06 -0800 Subject: More GTK dark mode --- home/nipsy/common/optional/desktops/gtk.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix index a699d9e..9a721ea 100644 --- a/home/nipsy/common/optional/desktops/gtk.nix +++ b/home/nipsy/common/optional/desktops/gtk.nix @@ -5,6 +5,7 @@ gtk-theme = "Adwaita"; }; + # https://github.com/NixOS/nixpkgs/issues/274554#issuecomment-1932302164 gtk = { colorScheme = "dark"; enable = true; @@ -17,7 +18,7 @@ gtk4 = { colorScheme = "dark"; extraConfig.gtk-application-prefer-dark-theme = 1; - theme = "Default"; + #theme = null; # https://github.com/nix-community/home-manager/issues/7113#issuecomment-3556166692 }; iconTheme = { -- cgit v1.2.3