mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-12-07 22:45:02 +00:00
16 lines
195 B
Nix
16 lines
195 B
Nix
{
|
|
username = "nicco";
|
|
hostName = "1k5";
|
|
platform = "aarch64-darwin";
|
|
sshKey = "1k5";
|
|
|
|
extras = {
|
|
casks = [
|
|
"notion"
|
|
];
|
|
pkgs =
|
|
pkgs: with pkgs; [
|
|
];
|
|
};
|
|
}
|