diff --git a/flake.nix b/flake.nix index 3b94f0f3..e45fd13a 100644 --- a/flake.nix +++ b/flake.nix @@ -82,6 +82,14 @@ inherit pkgs extraSpecialArgs; modules = [./hosts/${hostname}/home.nix]; }; + "xenia@Legion" = let + hostname = "Legion"; + pkgs = self.nixosConfigurations.${hostname}.pkgs; + in + home-manager.lib.homeManagerConfiguration { + inherit pkgs extraSpecialArgs; + modules = [./hosts/${hostname}/home.nix]; + }; "elitherl@Ronin" = let hostname = "Ronin"; pkgs = self.nixosConfigurations.${hostname}.pkgs;