mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 01:19:32 +08:00
home-cursor: sway depend on cfg.size instead of gtk.cursorTheme.size (#7176)
This commit is contained in:
@@ -249,7 +249,7 @@ in
|
||||
config = {
|
||||
seat = {
|
||||
"*" = {
|
||||
xcursor_theme = "${cfg.name} ${toString config.gtk.cursorTheme.size}";
|
||||
xcursor_theme = "${cfg.name} ${toString cfg.size}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user