1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

home-cursor: sway depend on cfg.size instead of gtk.cursorTheme.size (#7176)

This commit is contained in:
eyJhb 2025-06-01 02:31:59 +02:00 committed by GitHub
parent 60e4624302
commit 5675a96868
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -249,7 +249,7 @@ in
config = {
seat = {
"*" = {
xcursor_theme = "${cfg.name} ${toString config.gtk.cursorTheme.size}";
xcursor_theme = "${cfg.name} ${toString cfg.size}";
};
};
};