diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index c421e0b..c9f241d 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -47,7 +47,11 @@ home-manager = { useGlobalPkgs = true; useUserPackages = true; - users.h = ../../home/hosts/vm; + users.h = import ../../home/hosts/vm { + inherit inputs; + inherit config; + inherit pkgs; + }; }; services.qemuGuest.enable = true;