Update fonts
This commit is contained in:
parent
0a4c0ee7a7
commit
5c0b31e49c
|
@ -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 = {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
monospace = [ "Terminess Nerd Font" ];
|
monospace = [ "JetBrainsMono Nerd Font Mono" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue