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";
|
||||
};
|
||||
monospace = {
|
||||
package = (
|
||||
# NOTE: custom intel one mono with frozen programming features
|
||||
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";
|
||||
package = pkgs.nerd-fonts.fira-code;
|
||||
name = "FiraCode Nerd Font";
|
||||
};
|
||||
emoji = {
|
||||
package = pkgs.noto-fonts-emoji;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue