Install Victor Mono Nerd Font
This commit is contained in:
parent
f940ad0218
commit
2175fcdf10
|
@ -69,7 +69,13 @@ in
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
(nerdfonts.override { fonts = [ "JetBrainsMono" "NerdFontsSymbolsOnly" ]; })
|
(nerdfonts.override {
|
||||||
|
fonts = [
|
||||||
|
"VictorMono"
|
||||||
|
"JetBrainsMono"
|
||||||
|
"NerdFontsSymbolsOnly"
|
||||||
|
];
|
||||||
|
})
|
||||||
font-awesome
|
font-awesome
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
source-sans-pro
|
source-sans-pro
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
font =
|
font =
|
||||||
let family = "VictorMono";
|
let family = "VictorMono Nerd Font";
|
||||||
font-style = style: { inherit family style; };
|
font-style = style: { inherit family style; };
|
||||||
in {
|
in {
|
||||||
normal = font-style "Regular";
|
normal = font-style "Regular";
|
||||||
|
|
Loading…
Reference in a new issue