chore(nixos): use JetBrains Mono
This commit is contained in:
parent
aa63de628e
commit
015b617ba1
2 changed files with 2 additions and 5 deletions
system/nixos/nixedo
|
@ -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…
Add table
Add a link
Reference in a new issue