feat: add multiple configurations

This commit is contained in:
DannyDannyDanny 2025-07-16 13:59:18 +00:00
parent b41cd95419
commit 68502efec2
2 changed files with 15 additions and 3 deletions

View file

@ -38,8 +38,10 @@ gh auth login
gh repo clone dannydannydanny/dotfiles
# checkout the appropriate branch
git checkout feat/wsl-neovim-update
# rebuild system with
sudo nixos-rebuild switch --flake ~/dotfiles/nixos/
# rebuild WSL nixos using
sudo nixos-rebuild switch --flake ~/dotfiles/nixos#wsl
# rebuild macbook nixos using
# sudo nixos-rebuild switch --flake ~/dotfiles/nixos#macbook
```
### Clone repo SSH method