diff --git a/users/erwin/home.nix b/users/erwin/home.nix index 61c4fbc..83fc9e3 100644 --- a/users/erwin/home.nix +++ b/users/erwin/home.nix @@ -214,6 +214,11 @@ in gtk-cursor-theme-name = "Nordzy-cursors"; }; }; + + gtk4.extraConfig = { + gtk-application-prefer-dark-theme = true; + gtk-cursor-theme-name = "Nordzy-cursors"; + }; }; imports = [