Add home config for Legion

This commit is contained in:
Evie Litherland-Smith 2023-07-16 18:51:45 +01:00
parent 648072665d
commit 56c8320fe4

View file

@ -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;