chore(nixos): change font
This commit is contained in:
parent
8f9c42ca6b
commit
7c566dbe76
|
@ -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; [
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue