drop unused fonts

This commit is contained in:
Primrose 2025-05-20 11:02:37 +02:00
parent b1663d4ab7
commit 3c6ea1f34c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -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 {};