diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/nipsy/common/optional/desktops/gtk.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 = { |
