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

12 lines
213 B
Nix

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