mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
drop unused fonts
This commit is contained in:
parent
b1663d4ab7
commit
3c6ea1f34c
1 changed files with 0 additions and 23 deletions
|
|
@ -35,29 +35,6 @@ in rec {
|
||||||
"--use-single-width-glyphs"
|
"--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
|
# static version of noto-fonts cjk serif
|
||||||
noto-fonts-cjk-serif' = pkgs.callPackage ./noto-fonts-cjk-serif.nix {};
|
noto-fonts-cjk-serif' = pkgs.callPackage ./noto-fonts-cjk-serif.nix {};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue