forked from extern/nix-config
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:
parent
446a2c1647
commit
0bd8f69705
@ -1,5 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
fonts = {
|
||||
enableDefaultFonts = false;
|
||||
|
||||
fonts = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
|
Loading…
Reference in New Issue
Block a user