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-emoji"
|
||||
"liberation_ttf"
|
||||
"nerdfonts"
|
||||
"ipafont"
|
||||
] pkgs;
|
||||
] pkgs ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||
|
||||
fonts.fontconfig.defaultFonts = {
|
||||
monospace = [
|
||||
|
|
Loading…
Reference in a new issue