docs: note nixos flake + just switch

This commit is contained in:
2026-02-04 13:15:15 -08:00
parent 6d283347ee
commit 03d86c452a

View File

@@ -19,3 +19,8 @@
## Pane usage ## Pane usage
- Do not create extra panes or windows unless the user asks. - Do not create extra panes or windows unless the user asks.
## NixOS workflow
- This system is managed with a Nix flake at `~/dotfiles/nixos`.
- Use `just switch` from that directory for rebuilds instead of plain `nixos-rebuild`.
- Host configs live under `machines/`; choose the appropriate host when needed.