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