Files
nix-macos/hosts/mac14.nix
2025-07-01 13:35:06 +02:00

27 lines
406 B
Nix

{
username = "cupcakearmy";
hostName = "mac14";
platform = "aarch64-darwin";
extras = {
casks = [
"surfshark"
"raspberry-pi-imager"
"visual-studio-code"
"signal"
"discord"
"vlc"
"handbrake"
"daisydisk"
"blender"
"bambu-studio"
];
pkgs =
pkgs: with pkgs; [
biome
infisical
ffmpeg
];
};
}