Install Victor Mono Nerd Font

This commit is contained in:
Kiana Sheibani 2024-03-30 19:36:20 -04:00
parent f940ad0218
commit 2175fcdf10
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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";