diff --git a/flake.nix b/flake.nix index 9466172..1a73ce1 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,10 @@ lib = nixpkgs.lib // home-manager.lib; in { inherit lib; + nixpkgs.config.allowUnfree = true; + config.allowUnfree = true; + nixpkgs.config.allowUnfreePredicate = pkg: + builtins.elem (lib.getName pkg) [ "widevine-cdm" ]; colmena = { meta = { nixpkgs = import nixpkgs { system = "x86_64-linux"; };