diff --git a/fonts/default.nix b/fonts/default.nix index 8e797fd..a1042ec 100644 --- a/fonts/default.nix +++ b/fonts/default.nix @@ -1,9 +1,9 @@ { pkgs ? import {} }: 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; } diff --git a/fonts/out/Potti Sreeramulu Regular/Potti Sreeramulu Regular.otf b/fonts/out/Potti Sreeramulu Regular/Potti Sreeramulu Regular.otf new file mode 100644 index 0000000..1641bf0 Binary files /dev/null and b/fonts/out/Potti Sreeramulu Regular/Potti Sreeramulu Regular.otf differ diff --git a/fonts/out/Potti Sreeramulu Regular/readme.html b/fonts/out/Potti Sreeramulu Regular/readme.html new file mode 100644 index 0000000..6556429 --- /dev/null +++ b/fonts/out/Potti Sreeramulu Regular/readme.html @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + +
+

Potti Sreeramulu Regular

+

This font was downloaded from . You can visit for hundreds of free fonts.

+

View Charmap and other information Browse other free fonts

+

You will be shortly redirected to

+
+
+ + +
+ + + + diff --git a/hosts/maxos/configuration.nix b/hosts/maxos/configuration.nix index cd7c7f0..70c84e6 100644 --- a/hosts/maxos/configuration.nix +++ b/hosts/maxos/configuration.nix @@ -60,7 +60,7 @@ in fonts.fonts = with pkgs; [ fira-code fira-code-symbols - custom-fonts.input-font + custom-fonts.custom-fonts ]; # Configure keymap in X11