This commit is contained in:
biscuit
2025-05-20 22:41:52 -05:00
parent eb70a6dd52
commit 4ec339c53b
4 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
};
installPhase = ''
mkdir -p $out/share/fonts/truetype
cp -R $src/moonolisa/*.ttf $out/share/fonts/truetype
cp -R $src/Moonolisa/*.ttf $out/share/fonts/truetype
'';
meta = {description = "Monolisa font.";};
}