diff --git a/MACMINI_SETUP_GUIDE.md b/MACMINI_SETUP_GUIDE.md index ede9c4a..ec1e576 100644 --- a/MACMINI_SETUP_GUIDE.md +++ b/MACMINI_SETUP_GUIDE.md @@ -15,6 +15,11 @@ sh <(curl -L https://nixos.org/nix/install) --daemon mkdir ~/Projects cd ~/Projects nix-shell -p git --run "git clone https://gitlab.com/ChaotiCryptidz/nixfiles" +``` +### Bootstrap Nix-Darwin +``` +nix build ~/.config/darwin\#darwinConfigurations.MacMini.system +./result/sw/bin/darwin-rebuild switch --flake ~/.config/darwin +``` -### Bootstrap