mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +01:00
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:
parent
692093da7d
commit
77956b181b
@ -1,7 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
fonts = {
|
||||
enableDefaultFonts = true;
|
||||
|
||||
fonts = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
|
Loading…
Reference in New Issue
Block a user