chore(nixos): use JetBrains Mono
This commit is contained in:
parent
aa63de628e
commit
015b617ba1
|
@ -33,7 +33,7 @@
|
|||
font = {
|
||||
size = 12.0;
|
||||
|
||||
normal.family = "IntelOne Mono";
|
||||
normal.family = "JetBrainsMono Nerd Font Mono";
|
||||
italic.style = "Regular";
|
||||
bolditalic.style = "Regular";
|
||||
bold.style = "Regular";
|
||||
|
|
|
@ -184,16 +184,13 @@ in
|
|||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
monospace = [ "IntelOne Mono" ];
|
||||
monospace = [ "JetBrains Mono" ];
|
||||
};
|
||||
};
|
||||
fonts = with pkgs; [
|
||||
intel-one-mono
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"Iosevka"
|
||||
"JetBrainsMono"
|
||||
"IBMPlexMono"
|
||||
"Meslo"
|
||||
];
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue