mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
17 lines
220 B
Nix
17 lines
220 B
Nix
{
|
|
username = "cupcakearmy";
|
|
hostName = "mac14";
|
|
platform = "aarch64-darwin";
|
|
|
|
extras = {
|
|
casks = [
|
|
"surfshark"
|
|
];
|
|
pkgs =
|
|
pkgs: with pkgs; [
|
|
biome
|
|
infisical
|
|
];
|
|
};
|
|
}
|