use ralsei icon for deltarune

This commit is contained in:
2025-08-26 21:32:50 +03:00
parent d3da11cf68
commit 9d23b76f17
4 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{ lib, stdenv }:
stdenv.mkDerivation rec {
pname = "ocbwoy3-system-icons";
pname = "ocbwoy3-nixos-icons";
version = "1.0.0";
src = ./.;
@@ -9,18 +9,18 @@ stdenv.mkDerivation rec {
buildInputs = [ ];
# my (possible) bpd is killing me wtf
installPhase = ''
mkdir -p $out/share/icons/hicolor/{128x128,256x256,512x512}/apps
mkdir -p $out/share/icons/arashi/{128x128,256x256,512x512}/apps
for size in 128x128 256x256 512x512; do
cp ./gay-boykisser.png $out/share/icons/hicolor/$size/apps/gay-boykisser.png
cp ./boykisser.png $out/share/icons/hicolor/$size/apps/boykisser.png
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
cp ./games/deltarune.png $out/share/icons/arashi/$size/apps/steam_icon_1690940.png # ralsei
done
'';
meta = with lib; {
description = "OCbwoy3's custom icons for NixOS";
homepage = "https://github.com/ocbwoy3/config";
description = "OCbwoy3's Custom Icons for NixOS";
homepage = "https://tangled.sh/@ocbwoy3.dev/nix";
license = licenses.mit;
maintainers = with maintainers; [ ];
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 138 KiB

View File

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB