diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-08-15 00:34:17 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-08-15 00:34:17 +0200 |
| commit | 80d848cfa3731ff7f4b79e95bd73999fcc8dcb46 (patch) | |
| tree | a5da330233466fd77d082c02ff9875b36c29cb4c /README.md | |
| parent | fbb23720db6cda7cabf07ea831accc1b1a8456e0 (diff) | |
| download | dotfiles-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.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 |
