diff --git a/user/chest/modules/style.nix b/user/chest/modules/style.nix index c245b99..664e008 100644 --- a/user/chest/modules/style.nix +++ b/user/chest/modules/style.nix @@ -141,4 +141,11 @@ in { gtk-application-prefer-dark-theme = true; }; }; + + services.xsettingsd = { + enable = true; + settings = { + "Gtk/CursorThemeName" = config.stylix.cursor.name; + }; + }; }