Install Victor Mono
This commit is contained in:
parent
f3e0f06eb5
commit
a05bb21198
|
@ -44,6 +44,7 @@ nixpkgs, # The flake's input version of nixpkgs
|
|||
ubuntu_font_family
|
||||
(nerdfonts.override { fonts = [ "FiraCode" "Ubuntu" "UbuntuMono" ]; })
|
||||
meslo-lgs-nf
|
||||
victor-mono
|
||||
];
|
||||
|
||||
fontconfig = {
|
||||
|
|
|
@ -33,12 +33,12 @@
|
|||
};
|
||||
|
||||
font =
|
||||
let family = "FiraCode Nerd Font Mono";
|
||||
let family = "VictorMono";
|
||||
font-style = style: { inherit family style; };
|
||||
in {
|
||||
normal = font-style "Regular";
|
||||
normal = font-style "SemiBold";
|
||||
bold = font-style "Bold";
|
||||
italic = font-style "Italic";
|
||||
italic = font-style "SemiBold Italic";
|
||||
bold_italic = font-style "Bold Italic";
|
||||
|
||||
size = 11;
|
||||
|
|
Loading…
Reference in a new issue