Update README.md for new nix-deploy command

This commit is contained in:
2026-05-11 14:44:15 +02:00
parent f55f7f6337
commit c94b70a45c

View File

@@ -2,13 +2,20 @@ Config for my computers.
## Common operations ## Common operations
Update computer from my configuration: Update computer and home from my configuration:
```
cd ~/dotfiles
nix-deploy
```
Advanced: computer only:
``` ```
sudo darwin-rebuild switch --flake . sudo darwin-rebuild switch --flake .
``` ```
Update home from my configuration: Advanced: home only:
``` ```
home-manager switch --flake . home-manager switch --flake .