Remove old firefox-tabs.py from scripts root
This commit is contained in:
parent
426bcaefe8
commit
ef4aa54100
3 changed files with 15 additions and 476 deletions
14
AGENTS.md
Normal file
14
AGENTS.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Agent Instructions
|
||||
|
||||
## Nix/Darwin Rebuilds
|
||||
|
||||
**IMPORTANT**: When making changes to Nix configuration files (e.g., `nixos/home/danny/home.nix`, `nixos/flake.nix`, etc.), **always ask the user to rebuild** before assuming packages are available.
|
||||
|
||||
To rebuild:
|
||||
```bash
|
||||
cd ~/dotfiles/nixos
|
||||
darwin-rebuild switch --flake .
|
||||
```
|
||||
|
||||
Do not automatically run rebuild commands - ask the user first.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue