Remove old firefox-tabs.py from scripts root

This commit is contained in:
DannyDannyDanny 2026-01-30 18:19:43 +01:00
parent 426bcaefe8
commit ef4aa54100
3 changed files with 15 additions and 476 deletions

14
AGENTS.md Normal file
View 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.