fix: nixos build
This commit is contained in:
parent
eb73cf9c03
commit
81b214586f
1 changed files with 1 additions and 2 deletions
|
@ -156,9 +156,8 @@ in
|
||||||
"noto-fonts"
|
"noto-fonts"
|
||||||
"noto-fonts-emoji"
|
"noto-fonts-emoji"
|
||||||
"liberation_ttf"
|
"liberation_ttf"
|
||||||
"nerdfonts"
|
|
||||||
"ipafont"
|
"ipafont"
|
||||||
] pkgs;
|
] pkgs ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||||
|
|
||||||
fonts.fontconfig.defaultFonts = {
|
fonts.fontconfig.defaultFonts = {
|
||||||
monospace = [
|
monospace = [
|
||||||
|
|
Loading…
Reference in a new issue