diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-10-12 22:02:57 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-10-12 22:02:57 -0700 |
commit | f17f59be80d1c50a9aaeaceba97939999e10d778 (patch) | |
tree | 17c606e34ec3a85b2ab46c78d516f1c8819fac29 | |
parent | 04dce4673d71774dff15e4400d2e4fd8b8dfda12 (diff) | |
download | nix-f17f59be80d1c50a9aaeaceba97939999e10d778.tar nix-f17f59be80d1c50a9aaeaceba97939999e10d778.tar.gz nix-f17f59be80d1c50a9aaeaceba97939999e10d778.tar.bz2 nix-f17f59be80d1c50a9aaeaceba97939999e10d778.tar.lz nix-f17f59be80d1c50a9aaeaceba97939999e10d778.tar.xz nix-f17f59be80d1c50a9aaeaceba97939999e10d778.tar.zst nix-f17f59be80d1c50a9aaeaceba97939999e10d778.zip |
Maybe really fix some GTK theme issues
-rw-r--r-- | home/nipsy/common/optional/desktops/gtk.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; } |