use ralsei icon for deltarune
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ lib, stdenv }:
|
{ lib, stdenv }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ocbwoy3-system-icons";
|
pname = "ocbwoy3-nixos-icons";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
@@ -9,18 +9,18 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ ];
|
buildInputs = [ ];
|
||||||
|
|
||||||
# my (possible) bpd is killing me wtf
|
|
||||||
installPhase = ''
|
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
|
for size in 128x128 256x256 512x512; do
|
||||||
cp ./gay-boykisser.png $out/share/icons/hicolor/$size/apps/gay-boykisser.png
|
cp ./system/gay-boykisser.png $out/share/icons/arashi/$size/apps/gay-boykisser.png
|
||||||
cp ./boykisser.png $out/share/icons/hicolor/$size/apps/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
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "OCbwoy3's custom icons for NixOS";
|
description = "OCbwoy3's Custom Icons for NixOS";
|
||||||
homepage = "https://github.com/ocbwoy3/config";
|
homepage = "https://tangled.sh/@ocbwoy3.dev/nix";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
|||||||
BIN
hosts/default/packages/ocbwoy3-icons/games/deltarune.png
Normal file
BIN
hosts/default/packages/ocbwoy3-icons/games/deltarune.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
Reference in New Issue
Block a user