From 20e19bb0bed08a6fc45128804c0d1576d0ce1cbd Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 23 Mar 2026 13:15:54 +0100 Subject: [PATCH] fix(gtk4): adopt the new default behavior and silence a compilation warning --- modules/home-manager/styling.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/styling.nix b/modules/home-manager/styling.nix index 0c12744..889bf0f 100644 --- a/modules/home-manager/styling.nix +++ b/modules/home-manager/styling.nix @@ -9,6 +9,7 @@ package = pkgs.gnome-themes-extra; }; gtk3.extraConfig.gtk-application-prefer-dark-theme = 1; + gtk4.theme = null; gtk4.extraConfig.gtk-application-prefer-dark-theme = 1; };