New cursor theme: suwako
This commit is contained in:
parent
3278589ca0
commit
b4f80b0844
5 changed files with 14 additions and 3 deletions
3
packages/common/suwako-cursors/README.md
Normal file
3
packages/common/suwako-cursors/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
## Suwako Cursors
|
||||
|
||||
From https://www.gnome-look.org/p/1937763/. All rights belong to the creator.
|
BIN
packages/common/suwako-cursors/Suwako.zip
Normal file
BIN
packages/common/suwako-cursors/Suwako.zip
Normal file
Binary file not shown.
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