lfs remove 2

This commit is contained in:
41666 2024-04-21 13:59:59 -04:00
parent 228cce8450
commit ca04040731
8 changed files with 151 additions and 1 deletions

12
volpeon/blobfox.nix Normal file
View file

@ -0,0 +1,12 @@
{ utils, pkgs, ... }: let
rev = "6d3bb625c795ac1bd1484d37b1e1ceb5015d624e";
in utils.mkEmotePack {
name = "volpeon-blobfox";
version = rev;
convertSVGs = true;
src = pkgs.fetchgit {
url = "https://git.vulpes.one/git/blobfox-emojis.git";
rev = rev;
hash = "sha256-IMXC4WfAIGs3Ljc+GM3/YyfE0jOyxsoRvF4LwA4AYrw=";
};
}

9
volpeon/neocat.nix Normal file
View file

@ -0,0 +1,9 @@
{ utils, pkgs, ... }: utils.mkEmotePack {
name = "volpeon-neocat";
version = "1.1";
unzip = true;
src = pkgs.fetchurl {
url = "https://volpeon.ink/emojis/neocat/neocat.zip";
hash = "sha256-DZDuk0Djlax504flNWdpqAw+ROLOOVGj0ZvJLyouo7A=";
};
}