aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/nipsy/common/optional/desktops/gtk.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/nipsy/common/optional/desktops/gtk.nix b/home/nipsy/common/optional/desktops/gtk.nix
index 1c8ad3d..ac854c4 100644
--- a/home/nipsy/common/optional/desktops/gtk.nix
+++ b/home/nipsy/common/optional/desktops/gtk.nix
@@ -2,11 +2,14 @@
{
dconf.settings."org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
+ gtk-theme = "Adwaita-dark";
};
gtk = {
enable = true;
+ gtk4.theme = null;
+
iconTheme = {
name = "Adwaita";
package = pkgs.adwaita-icon-theme;