mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2026-04-09 16:17:08 +00:00
17 lines
210 B
Nix
17 lines
210 B
Nix
{
|
|
username = "nicco";
|
|
hostName = "1k5";
|
|
platform = "aarch64-darwin";
|
|
sshKey = "1k5";
|
|
|
|
extras = {
|
|
casks = [
|
|
"notion"
|
|
"cursor"
|
|
];
|
|
pkgs =
|
|
pkgs: with pkgs; [
|
|
];
|
|
};
|
|
}
|