diff --git a/nix/packages/default.nix b/nix/packages/default.nix index a367153f..f8b87f7d 100644 --- a/nix/packages/default.nix +++ b/nix/packages/default.nix @@ -35,29 +35,6 @@ in rec { "--use-single-width-glyphs" ]; }; - altiosevka-nerd-font-propo = mkNerdFont { - font = altiosevka; - extraArgs = [ - "--name {/.}-NFP" - "--variable-width-glyphs" - ]; - }; - - bront-nerd-font-mono = mkNerdFont { - font = pkgs.bront_fonts; - extraArgs = [ - "--name Bront-NFM" - "--use-single-width-glyphs" - ]; - }; - inconsolata-nerd-font-mono = mkNerdFont { - font = pkgs.inconsolata; - extraArgs = [ - "--name {/.}-NFM" - "--use-single-width-glyphs" - ]; - }; - # static version of noto-fonts cjk serif noto-fonts-cjk-serif' = pkgs.callPackage ./noto-fonts-cjk-serif.nix {};