From c7df1143787ee50b02b17096ede61da2991830b3 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 4 Jul 2024 22:43:35 +0200 Subject: [PATCH] add dark gtk theme --- hosts/nb-new.cloonar.com/users/dominik.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hosts/nb-new.cloonar.com/users/dominik.nix b/hosts/nb-new.cloonar.com/users/dominik.nix index 5d1f99f..9e5bbd9 100644 --- a/hosts/nb-new.cloonar.com/users/dominik.nix +++ b/hosts/nb-new.cloonar.com/users/dominik.nix @@ -107,6 +107,19 @@ in ]; }; + gtk = { + enable = true; + gtk2.extraConfig = { + "gtk-application-prefer-dark-theme" = true; + }; + gtk3.extraConfig = { + "gtk-application-prefer-dark-theme" = true; + }; + gtk4.extraConfig = { + "gtk-application-prefer-dark-theme" = true; + }; + } + programs.git = { enable = true;