This commit is contained in:
biscuit
2025-05-21 08:45:46 -05:00
parent 598abbf308
commit 6dbe009076
4 changed files with 0 additions and 23 deletions
-22
View File
@@ -1,22 +0,0 @@
{ stdenvNoCC, lib }:
stdenvNoCC.mkDerivation {
pname = "monolisa-nerdfonts";
version = "2.015";
src = ./.;
installPhase = ''
mkdir -p $out/share/fonts/truetype/
if [ -d "$src/fonts" ]; then
cp -r $src/fonts/*.ttf $out/share/fonts/truetype/
else
echo "No fonts found in $src/fonts"
exit 0
fi
'';
meta = with lib; {
description = "Monolisa Nerd Fonts";
homepage = "https://www.monolisa.dev/";
platforms = platforms.all;
};
}
Binary file not shown.
Binary file not shown.
-1
View File
@@ -4,7 +4,6 @@
system,
...
}: let
monolisa = pkgs.callPackage /home/biscuit/Nixos/pkgs/fonts/Monolisa/monolisa.nix;
in {
fonts.packages = with pkgs; [
monolisa