Add home config for Legion
This commit is contained in:
parent
648072665d
commit
56c8320fe4
|
@ -82,6 +82,14 @@
|
||||||
inherit pkgs extraSpecialArgs;
|
inherit pkgs extraSpecialArgs;
|
||||||
modules = [./hosts/${hostname}/home.nix];
|
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
|
"elitherl@Ronin" = let
|
||||||
hostname = "Ronin";
|
hostname = "Ronin";
|
||||||
pkgs = self.nixosConfigurations.${hostname}.pkgs;
|
pkgs = self.nixosConfigurations.${hostname}.pkgs;
|
||||||
|
|
Loading…
Reference in a new issue