11 lines
258 B
Nix
11 lines
258 B
Nix
{...}: {
|
|
imports = [
|
|
../../darwin/profiles/desktop
|
|
../../darwin/profiles/common/opt-in/mihomo.nix
|
|
];
|
|
|
|
networking.hostName = "whitesteel";
|
|
time.timeZone = "Asia/Shanghai";
|
|
system.stateVersion = 4;
|
|
nixpkgs.hostPlatform = "x86_64-darwin";
|
|
}
|