New cursor theme: suwako
This commit is contained in:
parent
3278589ca0
commit
b4f80b0844
5 changed files with 14 additions and 3 deletions
6
packages/common/suwako-cursors/default.nix
Normal file
6
packages/common/suwako-cursors/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ runCommandLocal, unzip }:
|
||||
runCommandLocal "suwako-cursors" { } ''
|
||||
mkdir -p $out/share/icons
|
||||
${unzip}/bin/unzip ${./Suwako.zip} -d $out/share/icons
|
||||
''
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue