Skip to content

Commit 03d0a0f

Browse files
committed
Add another font, Franklin, to the shell.
Useful for kicking the tyres.
1 parent 9f4ebf8 commit 03d0a0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
shellHook = ''
2727
export ERL_AFLAGS="-kernel shell_history enabled shell_history_file_bytes 1024000"
2828
export FONT_LIBRE_BODONI_REGULAR="${libre-bodoni}/share/fonts/opentype/LibreBodoni-Regular.otf"
29+
export FONT_LIBRE_FRANKLIN_REGULAR="${libre-franklin}/share/fonts/opentype/LibreFranklin-Regular.otf"
2930
'';
3031
};
3132
});

0 commit comments

Comments
 (0)