mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
home-cursor: fix x11 cursor path using invalid option (#2940)
This commit is contained in:
parent
267462dfb3
commit
4036f1a751
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue