diff --git a/modules/hosts/soteria.nix b/modules/hosts/soteria.nix index c30799a..ca0b4b1 100644 --- a/modules/hosts/soteria.nix +++ b/modules/hosts/soteria.nix @@ -74,7 +74,7 @@ in flake.homeConfigurations."${hostname}" = inputs.home-manager.lib.homeManagerConfiguration { pkgs = import inputs.nixpkgs { system = "x86_64-linux"; }; modules = with inputs.self.modules; [ - homeManager."${hostname}" + homeManager."${username}" ]; }; } \ No newline at end of file