aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2026-08-15 00:34:17 +0200
committerSimen A. W. Olsen <hello@simenandre.no>2026-08-15 00:34:17 +0200
commit80d848cfa3731ff7f4b79e95bd73999fcc8dcb46 (patch)
treea5da330233466fd77d082c02ff9875b36c29cb4c /README.md
parentfbb23720db6cda7cabf07ea831accc1b1a8456e0 (diff)
downloaddotfiles-80d848cfa3731ff7f4b79e95bd73999fcc8dcb46.tar.gz
dotfiles-80d848cfa3731ff7f4b79e95bd73999fcc8dcb46.zip
feat(darwin): add makkie host config and parameterize per-machine settings
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 12185ad..dbca951 100644
--- a/README.md
+++ b/README.md
@@ -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