fix the fonts

This commit is contained in:
Lillian Violet 2024-12-08 22:18:58 +01:00
parent e9f54dd72f
commit 8a33eb523f
3 changed files with 55 additions and 2 deletions

View file

@ -107,8 +107,8 @@
};
monospace = {
package = pkgs.nerd-fonts.fira-mono;
name = "Fira Code nerd Font Mono";
package = pkgs.dejavu_fonts;
name = "DejaVu Sans Mono";
};
sansSerif = {
@ -123,6 +123,12 @@
};
};
fonts.packages = [
pkgs.dejavu_fonts
pkgs.noto-fonts
pkgs.nerd-fonts.fira-mono
];
# Enable completion of system packages by zsh
environment.pathsToLink = ["/share/zsh"];