From 80d848cfa3731ff7f4b79e95bd73999fcc8dcb46 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Sat, 15 Aug 2026 00:34:17 +0200 Subject: feat(darwin): add makkie host config and parameterize per-machine settings --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3