diff --git a/flake.nix b/flake.nix index 01b8a290..8353c071 100644 --- a/flake.nix +++ b/flake.nix @@ -94,9 +94,11 @@ homeConfigurations.aly = home-manager.lib.homeManagerConfiguration { pkgs = import nixpkgs { system = "x86_64-linux"; - allowUnfree = true; - allowUnfreePredicate = (_: true); + config = { + allowUnfree = true; + allowUnfreePredicate = (_: true); }; + }; modules = [ ./home/aly ];