aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/profiles/gtk.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/home/profiles/gtk.nix b/home/profiles/gtk.nix
index a3fff9d..e1615b8 100644
--- a/home/profiles/gtk.nix
+++ b/home/profiles/gtk.nix
@@ -19,15 +19,11 @@
};
gtk3.extraConfig = {
- Settings = ''
- gtk-application-prefer-dark-theme=1
- '';
+ gtk-application-prefer-dark-theme = true;
};
gtk4.extraConfig = {
- Settings = ''
- gtk-application-prefer-dark-theme=1
- '';
+ gtk-application-prefer-dark-theme = true;
};
};