ralsei cursors
This commit is contained in:
@@ -10,10 +10,10 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/icons/arashi/{128x128,256x256,512x512}/apps
|
||||
for size in 128x128 256x256 512x512; do
|
||||
cp ./system/gay-boykisser.png $out/share/icons/arashi/$size/apps/gay-boykisser.png
|
||||
cp ./system/boykisser.png $out/share/icons/arashi/$size/apps/boykisser.png
|
||||
mkdir -p $out/share/icons/hicolor/{128x128,256x256,512x512,scalable}/apps
|
||||
mkdir -p $out/share/icons/arashi/{128x128,256x256,512x512,scalable}/apps
|
||||
for size in 128x128 256x256 512x512 scalable; do
|
||||
cp ./games/deltarune.png $out/share/icons/hicolor/$size/apps/ralsei.png
|
||||
cp ./games/deltarune.png $out/share/icons/arashi/$size/apps/steam_icon_1690940.png
|
||||
cp ./games/cs2.png $out/share/icons/arashi/$size/apps/steam_icon_730.png
|
||||
done
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "OCbwoy3's Custom Icons for NixOS";
|
||||
homepage = "https://tangled.sh/@ocbwoy3.dev/nix";
|
||||
homepage = "https://tangled.sh/@ocbwoy3.dev/nix?ref=main";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user