nix-darwin/hosts/fenrir.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"
];
};
}