From 2f2aad2b913cb6c3528dfcc9f48e6ef250892c5c Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:45:37 +0200 Subject: [PATCH] Update --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ddeb175..18e012c 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ inputs.home-manager.nixosModules.home-manager { nixpkgs.overlays = [ nur.overlay ]; - _module.args = { inherit inputs; }; + specialArgs = { inherit inputs; }; home-manager = { useGlobalPkgs = true; useUserPackages = true;