Update system

This commit is contained in:
2024-06-22 20:09:49 -05:00
parent 4e6cf6bf92
commit 1e7cb6da53
2 changed files with 15 additions and 12 deletions

View File

@@ -39,6 +39,9 @@ in
fonts = {
packages = with pkgs; [
liberation_ttf
noto-fonts
noto-fonts-cjk
noto-fonts-extra
ubuntu_font_family
vazir-fonts
font-awesome
@@ -46,9 +49,9 @@ in
fontconfig = {
defaultFonts = {
serif = [ "Liberation Serif" "Vazirmatn" ];
sansSerif = [ "Ubuntu" "Vazirmatn" ];
monospace = [ "Ubuntu Mono" ];
serif = [ "Noto Serif" "Noto Serif CJK JP" ];
sansSerif = [ "Noto Sans" "Noto Sans CJK JP" ];
monospace = [ "Ubuntu Mono" "Noto Sans Mono CJK JP" ];
};
};
};