mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-04-09 16:17:08 +00:00
27 lines
396 B
Nix
27 lines
396 B
Nix
{
|
|
username = "nicco";
|
|
hostName = "1k5";
|
|
platform = "aarch64-darwin";
|
|
sshKey = "1k5";
|
|
|
|
extras = {
|
|
casks = [
|
|
"notion"
|
|
"linear-linear"
|
|
"miro"
|
|
"loom"
|
|
"cursor"
|
|
];
|
|
pkgs =
|
|
pkgs: with pkgs; [
|
|
docker-client
|
|
colima
|
|
google-cloud-sdk
|
|
gemini-cli
|
|
terramate
|
|
ffmpeg-full
|
|
stripe-cli
|
|
];
|
|
};
|
|
}
|