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