chore(nixos): change font

This commit is contained in:
Oliver Davies 2023-08-29 21:49:11 +01:00
parent 8f9c42ca6b
commit 7c566dbe76
2 changed files with 3 additions and 3 deletions

View file

@ -178,7 +178,7 @@ in
fontconfig = { fontconfig = {
enable = true; enable = true;
defaultFonts = { defaultFonts = {
monospace = [ "Fira Code Nerd Font Mono" ]; monospace = [ "JetBrainsMono Nerd Font Mono" ];
}; };
}; };
fonts = with pkgs; [ fonts = with pkgs; [

View file

@ -67,7 +67,7 @@
}; };
fonts = { fonts = {
names = [ "Fira Code Nerd Font Mono" ]; names = [ "JetBrainsMono Nerd Font Mono" ];
size = 16.0; size = 16.0;
}; };
@ -230,7 +230,7 @@
bold.style = "Regular"; bold.style = "Regular";
bolditalic.style = "Regular"; bolditalic.style = "Regular";
italic.style = "Regular"; italic.style = "Regular";
normal.family = "Fira Code Nerd Font Mono"; normal.family = "JetBrainsMono Nerd Font Mono";
offset.y = 14; offset.y = 14;
glyph_offset.y = 8; glyph_offset.y = 8;