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