This commit is contained in:
2025-11-15 20:11:17 +03:00
parent cae32c1b4f
commit 411d00d705
+7
View File
@@ -141,4 +141,11 @@ in {
gtk-application-prefer-dark-theme = true;
};
};
services.xsettingsd = {
enable = true;
settings = {
"Gtk/CursorThemeName" = config.stylix.cursor.name;
};
};
}