fix the fonts
This commit is contained in:
parent
e9f54dd72f
commit
8a33eb523f
3 changed files with 55 additions and 2 deletions
|
@ -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"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue