Fonts: Difference between revisions
imported>R-k-b share/X11-fonts doesn't exist, and share/X11/fonts only exists when the option is enabled |
imported>Minion3665 m This snippet uses `with pkgs;`, so the extra `pkgs` qualifiers are redundant |
||
Line 54: | Line 54: | ||
enableDefaultFonts = true; | enableDefaultFonts = true; | ||
fonts = with pkgs; [ | fonts = with pkgs; [ | ||
ubuntu_font_family | |||
# Persian Fonts | # Persian Fonts | ||
vazir-fonts | |||
vazir-code-font | |||
]; | ]; | ||