From 3c6ea1f34cf12e3e8d0a7e5b5afb27f1822ea6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 20 May 2025 11:02:37 +0200 Subject: [PATCH] drop unused fonts --- nix/packages/default.nix | 23 ----------------------- 1 file changed, 23 deletions(-) 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 {};