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