cornflake/hosts/arcadia/default.nix
2026-02-28 19:06:35 +09:00

12 lines
212 B
Nix

inputs:
let
mkHost = import ../mkHost.nix inputs;
in
mkHost {
system = "x86_64-linux";
hostname = "Arcadia";
username = "hare";
systemModules = [ ./nixos.nix ];
homeModule = [ ./home-manager.nix ];
}