diff --git a/config/profiles/base/home.nix b/config/profiles/base/home.nix index 004b8586..6203410e 100644 --- a/config/profiles/base/home.nix +++ b/config/profiles/base/home.nix @@ -9,7 +9,6 @@ with lib; specialArgs = { inherit sources tf meta; nixos = config; - modulesPath = sources.home-manager + "/modules"; }; }); };