From 411d00d7059df7877961493e030b0d299a6da7a1 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sat, 15 Nov 2025 20:11:17 +0300 Subject: [PATCH] wip --- user/chest/modules/style.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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; + }; + }; }