Update fonts

This commit is contained in:
Oliver Davies 2024-12-08 22:42:30 +00:00
parent 0a4c0ee7a7
commit 5c0b31e49c
2 changed files with 3 additions and 3 deletions

View file

@ -22,10 +22,10 @@
}; };
font = { font = {
size = 12; size = 10;
bold.style = "Regular"; bold.style = "Regular";
normal.family = "Terminess Nerd Font Mono"; normal.family = "JetBrainsMono Nerd Font Mono";
}; };
terminal.shell = { terminal.shell = {

View file

@ -5,7 +5,7 @@
fontconfig = { fontconfig = {
enable = true; enable = true;
defaultFonts = { defaultFonts = {
monospace = [ "Terminess Nerd Font" ]; monospace = [ "JetBrainsMono Nerd Font Mono" ];
}; };
}; };