feat(nix): add new darwin config (mac studio)

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

Changed files
+8
nix
+8
nix/flake.nix
··· 35 35 inherit self pkgs-unstable; 36 36 }; 37 37 }; 38 + darwinConfigurations."boltless-Studio" = nix-darwin.lib.darwinSystem { 39 + modules = [ 40 + ./darwin.nix 41 + ]; 42 + specialArgs = { 43 + inherit self pkgs-unstable; 44 + }; 45 + }; 38 46 # based on https://zaynetro.com/post/2024-you-dont-need-home-manager-nix 39 47 # $ nix profile install . 40 48 # $ nix profile upgrade nix