use nerdfonts

This commit is contained in:
Christoph Cullmann 2023-11-16 22:23:02 +01:00
parent c2448a773c
commit 758b449e37

View file

@ -310,8 +310,8 @@ in
fonts = { fonts = {
# more fonts # more fonts
packages = with pkgs; [ packages = with pkgs; [
# needed for powerlevel10k zsh stuff # includes nice developer fonts and used by powerlevel10k: https://www.nerdfonts.com/
meslo-lgs-nf nerdfonts
# unicode capable fonts # unicode capable fonts
babelstone-han babelstone-han
@ -324,19 +324,13 @@ in
noto-fonts-cjk-serif noto-fonts-cjk-serif
noto-fonts-extra noto-fonts-extra
noto-fonts-emoji noto-fonts-emoji
# nice mono spaced fonts
fira-code
fira-code-symbols
iosevka-bin
victor-mono
]; ];
# tune fontconfig # tune fontconfig
fontconfig = { fontconfig = {
# better default fonts # better default fonts
defaultFonts = { defaultFonts = {
monospace = ["Iosevka"]; monospace = ["IosevkaTerm Nerd Font Mono"];
sansSerif = ["Noto Sans"]; sansSerif = ["Noto Sans"];
serif = ["Noto Serif"]; serif = ["Noto Serif"];
}; };