Skip to content

Instantly share code, notes, and snippets.

@okuuva
okuuva / nix-darwin-setup.md
Last active June 28, 2025 20:40
nix-darwin setup

Install nix. When prompted whether to install Determinate Nix, answer "No".

curl -fsSL https://install.determinate.systems/nix | sh -s -- install

Clone and link the nix-config.

mkdir -p ~/gits
cd ~/gits
git clone https://github.com/okuuva/nix.git nix-config