dotfiles/nixos/readme.md
DannyDannyDanny cab3d608a4 doc: rebuilding darwin-nix ♻️📝
2025-09-10 10:33:50 +02:00

10 lines
272 B
Markdown

Rebuild nixos and points to dotfiles dir:
```
sudo nixos-rebuild switch --flake ~/dotfiles/nixos#macbookair
# or
sudo nixos-rebuild switch --flake ~/dotfiles/nixos#wsl
# or
sudo -H nix run github:lnl7/nix-darwin -- switch --flake ~/dotfiles/nixos#Daniel-Macbook-Air
```