fix(fonts): Don't enable default fonts

This fixes an issue where some applications were using the default fonts
from nixpkgs instead of the fonts specified in the system configuration.
Notably, this led to the use of "TeX Gyre Heros" for body text, which
made distinguishing between i/I/l problematic at smaller font sizes.
This commit is contained in:
Donovan Glover 2023-06-17 20:56:18 -04:00
parent 692093da7d
commit 77956b181b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,7 +1,5 @@
{ pkgs, ... }: {
fonts = {
enableDefaultFonts = true;
fonts = with pkgs; [
noto-fonts
noto-fonts-cjk-sans