diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -25,16 +25,19 @@ cd ~/ghq/simenandre.no/dotfiles #### macOS +Configurations are per-machine — `makkie` (user `simenandre`) and `default` +(user `cobraz`). Substitute the one you are on. + On first run, bootstrap nix-darwin: ```shell -sudo nix run nix-darwin#darwin-rebuild -- switch --flake .#default +sudo nix run nix-darwin#darwin-rebuild -- switch --flake .#makkie ``` On subsequent runs: ```shell -sudo darwin-rebuild switch --flake .#default +sudo darwin-rebuild switch --flake .#makkie ``` #### NixOS |
