mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
hacking fonts
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user