diff --git a/flake.nix b/flake.nix index 2ee243d7..ec53a742 100644 --- a/flake.nix +++ b/flake.nix @@ -90,6 +90,7 @@ }; }; homeConfigurations.aly = home-manager.lib.homeManagerConfiguration { + pkgs = import nixpkgs { system = "x86_64-darwin"; }; modules = [ ./home/aly ];