From 9800c2273011064d2d3ca2660d9f599229eb11a5 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Fri, 7 Feb 2025 13:56:13 -0800 Subject: [PATCH] readme update for new cfg fmt --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01d8440..11d68ca 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,18 @@ Then use [stow](https://www.gnu.org/software/stow/) to create symlinks for each **i.e.** `$ stow -S vim` -### Anything nix related -I use [nix: home-manager](https://github.com/nix-community/home-manager). I suggest you do too. `stow` is fine until it isn't. +------------ + +## Darwin Configuration (nix-darwin + home-manager) +I use [nix-darwin](https://github.com/LnL7/nix-darwin) and [home-manager](https://github.com/nix-community/home-manager). I suggest you do too. `stow` is fine until it isn't. If you want to try out my nix config, then you can do this: ```sh -home-manager switch --flake .#elal +darwin-rebuild switch --flake ~/.dotfiles/nix-darwin#exa +``` +or +```sh +darwin-rebuild switch --flake github:almqv/dotfiles/nix-darwin#exa ``` Be sure that your hostname is `exa` and your username is `elal`.