Update fonts
This commit is contained in:
parent
0a4c0ee7a7
commit
5c0b31e49c
|
@ -22,10 +22,10 @@
|
|||
};
|
||||
|
||||
font = {
|
||||
size = 12;
|
||||
size = 10;
|
||||
|
||||
bold.style = "Regular";
|
||||
normal.family = "Terminess Nerd Font Mono";
|
||||
normal.family = "JetBrainsMono Nerd Font Mono";
|
||||
};
|
||||
|
||||
terminal.shell = {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
monospace = [ "Terminess Nerd Font" ];
|
||||
monospace = [ "JetBrainsMono Nerd Font Mono" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue