hacking fonts

This commit is contained in:
Noah Masur
2022-06-18 17:16:38 -04:00
parent 518d788c73
commit f2f0ccd63f
4 changed files with 16 additions and 15 deletions

View File

@ -22,8 +22,10 @@
font = {
size = 14.0;
normal = {
family =
builtins.head (if pkgs.stdenv.isDarwin then config.fonts.fonts else config.fonts.fontconfig.defaultFonts.monospace);
family = builtins.head (if pkgs.stdenv.isDarwin then
[ "FiraCode Nerd Font Mono" ]
else
config.fonts.fontconfig.defaultFonts.monospace);
};
};
key_bindings = [