mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-23 04:43:00 +09:00
24 lines
375 B
Nix
24 lines
375 B
Nix
{...}: {
|
|
repo.hosts.fenrir = {
|
|
system = "aarch64-darwin";
|
|
features = [
|
|
"base"
|
|
"nix-core"
|
|
"system-packages"
|
|
"homebrew"
|
|
"macos-defaults"
|
|
"activation"
|
|
"fonts"
|
|
"sudo-auth"
|
|
"shell"
|
|
"cli-tools"
|
|
"git"
|
|
"ssh"
|
|
"secrets"
|
|
"terminal"
|
|
"editor"
|
|
"desktop"
|
|
"fenrir"
|
|
];
|
|
};
|
|
}
|