hosts/hina: init

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-08-16 13:44:42 +05:30
parent e281e912d8
commit d4554d43ae
11 changed files with 167 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ in
home = {
homeDirectory = "/home/spark";
username = "spark";
stateVersion = "22.11";
stateVersion = "23.05";
};
}] ++ commonModules;
pkgs = self.legacyPackages.aarch64-linux;
@@ -33,7 +33,18 @@ in
home = {
homeDirectory = "/home/bat";
username = "bat";
stateVersion = "22.11";
stateVersion = "23.05";
};
}] ++ commonModules;
pkgs = self.legacyPackages.x86_64-linux;
};
spin = inputs.home-manager.lib.homeManagerConfiguration {
modules = [{
home = {
homeDirectory = "/home/spin";
username = "spin";
stateVersion = "23.05";
};
}] ++ commonModules;
pkgs = self.legacyPackages.x86_64-linux;