home-cursor: fix x11 cursor path using invalid option (#2940)

This commit is contained in:
Nicolas Berbiche 2022-05-05 21:15:51 -04:00 committed by GitHub
parent 267462dfb3
commit 4036f1a751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ let
};
cursorPath = "${cfg.package}/share/icons/${escapeShellArg cfg.name}/cursors/${
escapeShellArg cfg.defaultCursor
escapeShellArg cfg.x11.defaultCursor
}";
in {