give cursor package correct name

This commit is contained in:
Noa Aarts 2024-11-10 23:46:02 +01:00
parent 85b3eef069
commit 16793bea70
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -65,7 +65,7 @@ in
gtk.enable = true;
name = cursor_name;
size = 32;
package = pkgs.runCommandNoCC "moveUp" { } ''
package = pkgs.runCommandNoCC "${cursor_name}" { } ''
mkdir -p $out/share/icons
ln -s ${cursor_src} $out/share/icons/${cursor_name}
'';