diff --git a/flake.nix b/flake.nix index cf1e175..1a05fe3 100644 --- a/flake.nix +++ b/flake.nix @@ -49,14 +49,10 @@ ${userSettings.username} = args.home-manager.lib.homeManagerConfiguration { inherit pkgs; extraSpecialArgs = { - inherit args; - inherit outputs; inherit userSettings; inherit systemSettings; }; - modules = [ - ./home.nix - ]; + modules = [ ./home.nix ]; }; }; };