.
This commit is contained in:
parent
62626b28b9
commit
4b9437df85
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,6 @@ let
|
|||
inherit (lib.attrsets) attrValues;
|
||||
|
||||
cfg = config.modules.desktop.applications.office;
|
||||
desktop = config.modules.desktop;
|
||||
in
|
||||
{
|
||||
options.modules.desktop.applications.office = let
|
||||
|
@ -19,8 +18,8 @@ in
|
|||
inherit (pkgs) onlyoffice-bin;
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
builtins.elem (lib.getName pkg) [ "corefonts" ];
|
||||
# nixpkgs.config.allowUnfreePredicate = pkg:
|
||||
# builtins.elem (lib.getName pkg) [ "corefonts" ];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue