feat: adds potti sreeramulu font

This commit is contained in:
2022-04-16 17:02:52 -05:00
parent d7ae4f9267
commit e5aeffa3a6
4 changed files with 193 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
{ pkgs ? import <nixpkgs> {} }:
let
input-font = pkgs.stdenvNoCC.mkDerivation {
custom-fonts = pkgs.stdenvNoCC.mkDerivation {
pname = "input";
version = "1.0.1";
version = "1.0.2";
src = ./.;
dontConfigure = true;
@@ -19,5 +19,5 @@ let
};
in
{
inherit input-font;
inherit custom-fonts;
}