readme update for new cfg fmt

master
Elias Almqvist 2 months ago
parent 1fc09ed6b5
commit 9800c22730
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 12
      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`.

Loading…
Cancel
Save