fix(fonts): Explicitly reject default fonts

This fixes an issue where the default fonts were included by default
from another module in the system configuration.
This commit is contained in:
Donovan Glover 2023-06-17 21:04:54 -04:00
parent 446a2c1647
commit 0bd8f69705
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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