Skip to content
Snippets Groups Projects
Commit efb52897 authored by Jens Nolte's avatar Jens Nolte
Browse files

Add cursor theme "text" cursor

parent 8e5f0c1f
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
mkdir -p "$out/share/icons/Simple-and-Soft"
tree
cp -R "cursors" "$out/share/icons/Simple-and-Soft/cursors"
ln -s "$out/share/icons/Simple-and-Soft/cursors/xterm" "$out/share/icons/Simple-and-Soft/cursors/text"
install -Dm644 "$indexThemePath" "$out/share/icons/Simple-and-Soft/index.theme"
'';
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment