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:
parent
60e4624302
commit
5675a96868
1 changed files with 1 additions and 1 deletions
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue