home-cursor: fix x11 cursor path using invalid option (#2940)
This commit is contained in:
parent
267462dfb3
commit
4036f1a751
|
@ -49,7 +49,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
cursorPath = "${cfg.package}/share/icons/${escapeShellArg cfg.name}/cursors/${
|
cursorPath = "${cfg.package}/share/icons/${escapeShellArg cfg.name}/cursors/${
|
||||||
escapeShellArg cfg.defaultCursor
|
escapeShellArg cfg.x11.defaultCursor
|
||||||
}";
|
}";
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue