diff --git a/modules/home/gui/desktop/theming/gtk/default.nix b/modules/home/gui/desktop/theming/gtk/default.nix index ab0ea7e..4057be9 100755 --- a/modules/home/gui/desktop/theming/gtk/default.nix +++ b/modules/home/gui/desktop/theming/gtk/default.nix @@ -10,6 +10,11 @@ in gtk-application-prefer-dark-theme = true; }; }; + gtk4 = { + extraConfig = { + gtk-application-prefer-dark-theme = true; + }; + }; cursorTheme = { name = "catppuccin-macchiato-dark-cursors"; package = pkgs.catppuccin-cursors.macchiatoDark;