mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
23 lines
318 B
Nix
23 lines
318 B
Nix
{
|
|
username = "nicco";
|
|
hostName = "ordio";
|
|
platform = "aarch64-darwin";
|
|
sshKey = "ordio";
|
|
|
|
extras = {
|
|
casks = [
|
|
"tableplus"
|
|
"http-toolkit"
|
|
"phpstorm"
|
|
"notion"
|
|
];
|
|
pkgs =
|
|
pkgs: with pkgs; [
|
|
mkcert
|
|
dnsmasq
|
|
awscli2
|
|
mysql84
|
|
];
|
|
};
|
|
}
|