diff --git a/flake.nix b/flake.nix index 560b2f3..3a5316c 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,10 @@ system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages.${system}; in { + nixpkgs.config = { + allowUnfree = true; + allowUnfreePredicate = (_: true); + }; nixosConfigurations = { hp-laptop-lho = lib.nixosSystem { inherit system;