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
|
ubuntu_font_family
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" "Ubuntu" "UbuntuMono" ]; })
|
(nerdfonts.override { fonts = [ "FiraCode" "Ubuntu" "UbuntuMono" ]; })
|
||||||
meslo-lgs-nf
|
meslo-lgs-nf
|
||||||
|
victor-mono
|
||||||
];
|
];
|
||||||
|
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
|
|
|
@ -33,12 +33,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
font =
|
font =
|
||||||
let family = "FiraCode Nerd Font Mono";
|
let family = "VictorMono";
|
||||||
font-style = style: { inherit family style; };
|
font-style = style: { inherit family style; };
|
||||||
in {
|
in {
|
||||||
normal = font-style "Regular";
|
normal = font-style "SemiBold";
|
||||||
bold = font-style "Bold";
|
bold = font-style "Bold";
|
||||||
italic = font-style "Italic";
|
italic = font-style "SemiBold Italic";
|
||||||
bold_italic = font-style "Bold Italic";
|
bold_italic = font-style "Bold Italic";
|
||||||
|
|
||||||
size = 11;
|
size = 11;
|
||||||
|
|
Loading…
Reference in a new issue