home | clean up
This commit is contained in:
parent
905ba86a3d
commit
9a9aca3610
4 changed files with 2 additions and 5 deletions
|
|
@ -229,9 +229,7 @@ in {
|
|||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfreePredicate = true;
|
||||
# pkg:
|
||||
# builtins.elem (lib.getName pkg) [ "widevine-cdm" ];
|
||||
nixpkgs.config.permittedInsecurePackages = [ "electron-33.4.11" ];
|
||||
nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
anonymousPro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue