diff --git a/flake.nix b/flake.nix index 6b4bd1e..4b68473 100644 --- a/flake.nix +++ b/flake.nix @@ -82,7 +82,7 @@ flake = {self, ...}: { homeManagerModules = { - anyrun = import ./nix/hm-module.nix inputs.self; + anyrun = import ./nix/hm-module.nix self; default = self.homeManagerModules.anyrun; }; };