From edb2f6a1fdf2933c99e92fc3272ead98300095bd Mon Sep 17 00:00:00 2001 From: Jake Wija Date: Tue, 2 Apr 2024 11:28:53 -0700 Subject: [PATCH] Incorporated suggestion from @Enzime, kept the NOTE hinting to add to PATH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3374312..063d6089 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ nix run nix-darwin -- switch --flake ~/.config/nix-darwin ### Step 3. Using `nix-darwin` -After installing, restarting your computer should make `darwin-rebuild` available in your `PATH` to apply changes to your system: +After installation, restarting your computer will make `darwin-rebuild` available in your `PATH`. After restarting, you can apply changes in your configuration by running: ```bash darwin-rebuild switch --flake ~/.config/nix-darwin