.
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;
|
inherit (lib.attrsets) attrValues;
|
||||||
|
|
||||||
cfg = config.modules.desktop.applications.office;
|
cfg = config.modules.desktop.applications.office;
|
||||||
desktop = config.modules.desktop;
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.desktop.applications.office = let
|
options.modules.desktop.applications.office = let
|
||||||
|
@ -19,8 +18,8 @@ in
|
||||||
inherit (pkgs) onlyoffice-bin;
|
inherit (pkgs) onlyoffice-bin;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
# nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (lib.getName pkg) [ "corefonts" ];
|
# builtins.elem (lib.getName pkg) [ "corefonts" ];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
corefonts
|
corefonts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue