feat!: switch back to fira code
This commit is contained in:
parent
ef37aeece5
commit
e33f02f8a9
2 changed files with 2 additions and 9 deletions
Binary file not shown.
|
|
@ -75,15 +75,8 @@ in {
|
||||||
name = "DejaVu Sans";
|
name = "DejaVu Sans";
|
||||||
};
|
};
|
||||||
monospace = {
|
monospace = {
|
||||||
package = (
|
package = pkgs.nerd-fonts.fira-code;
|
||||||
# NOTE: custom intel one mono with frozen programming features
|
name = "FiraCode Nerd Font";
|
||||||
pkgs.runCommand "intone-mono-nerd-font-patched" {} ''
|
|
||||||
${pkgs.nerd-font-patcher}/bin/nerd-font-patcher -c ${./IntelOneMono-Regular_freeze.ttf}
|
|
||||||
mkdir -p $out/share/fonts/truetype/NerdFonts/IntoneMonoFreeze/
|
|
||||||
cp -a . $out/share/fonts/truetype/NerdFonts/IntoneMonoFreeze/
|
|
||||||
''
|
|
||||||
);
|
|
||||||
name = "IntoneMonoFreeze Nerd Font";
|
|
||||||
};
|
};
|
||||||
emoji = {
|
emoji = {
|
||||||
package = pkgs.noto-fonts-emoji;
|
package = pkgs.noto-fonts-emoji;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue