nix-darwin configuration for my MacBooks, managing things like Homebrew apps, core CLI packages, and other system configuration. Feel free to pick it apart and adapt for your own system.
For more configuration, check out my dotfiles.
Install Nix and enable the
flakes
and
nix-command
experimental features;
nix-installer is the
easiest method.
git clone https://github.com/Ovyerus/darwin-system.git ~/.config/nix-darwin
nix run nix-darwin -- switch --flake ~/.config/nix-darwin
All data in this repository is available in the public domain via the Unlicense. Refer to https://unlicense.org/ for more info.