This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-16 11:22:35 -06:00
parent 29e83501bf
commit 48946c2a1e
2 changed files with 36 additions and 19 deletions

View file

@ -94,6 +94,12 @@ nixos-install --flake "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=
# nh os switch "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=hosts/i001#i001"
```
```sh
cd ~/.config
git clone https://git.joshuabell.xyz/ringofstorms/dotfiles nixos-config
cd ~/.config/nixos-config/hosts/i001
```
or from host machine? TODO haven't tried this fully
```sh