feat(nixos): add and use IntelOne Mono
This commit is contained in:
parent
43235e0f5d
commit
d486ace596
2 changed files with 6 additions and 2 deletions
system/nixos/nixedo
|
@ -182,10 +182,11 @@ in
|
|||
fontconfig = {
|
||||
enable = true;
|
||||
defaultFonts = {
|
||||
monospace = [ "BlexMono Nerd Font Mono" ];
|
||||
monospace = [ "IntelOne Mono" ];
|
||||
};
|
||||
};
|
||||
fonts = with pkgs; [
|
||||
intel-one-mono
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"Iosevka"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue