From ed5341e988f69e58cd3fa251218fb5e164f977cd Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 4 Feb 2026 13:15:15 -0800 Subject: [PATCH] docs: note nixos flake + just switch --- dotfiles/agents/AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/agents/AGENTS.md b/dotfiles/agents/AGENTS.md index 8bb2bade..85ef13df 100644 --- a/dotfiles/agents/AGENTS.md +++ b/dotfiles/agents/AGENTS.md @@ -19,3 +19,8 @@ ## Pane usage - 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.