mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-06 02:40:39 +00:00
clean repo
This commit is contained in:
27
hosts/mac16.nix
Normal file
27
hosts/mac16.nix
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
username = "niccoloborgioli";
|
||||
hostName = "mac16";
|
||||
platform = "aarch64-darwin";
|
||||
|
||||
extras = {
|
||||
casks = [
|
||||
"phpstorm"
|
||||
"datagrip"
|
||||
"tailscale"
|
||||
"android-studio"
|
||||
];
|
||||
pkgs =
|
||||
pkgs: with pkgs; [
|
||||
vault
|
||||
cocoapods
|
||||
phrase-cli
|
||||
boundary
|
||||
awscli2
|
||||
fastlane
|
||||
jdk
|
||||
android-tools
|
||||
sdkmanager
|
||||
_1password-cli
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user