From 56c8320fe4255e69fac30b8fa894a963a2a7192e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 16 Jul 2023 18:51:45 +0100 Subject: [PATCH] Add home config for Legion --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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;