mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +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 = {
|
config = {
|
||||||
seat = {
|
seat = {
|
||||||
"*" = {
|
"*" = {
|
||||||
xcursor_theme = "${cfg.name} ${toString config.gtk.cursorTheme.size}";
|
xcursor_theme = "${cfg.name} ${toString cfg.size}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user