fix(1password): move env template out of ~/.config/op to avoid permission conflict

HM creating ~/.config/op/ with 755 prevents op CLI from running (requires 700).
Move template to ~/.config/1password/, use nix-darwin programs._1password module.
This commit is contained in:
2026-04-13 18:48:12 +08:00
parent 09463d0dbb
commit 1e78149a4f
3 changed files with 6 additions and 6 deletions
+3
View File
@@ -7,6 +7,9 @@
# ── Shell ──────────────────────────────────────────
programs.fish.enable = true;
# ── 1Password CLI ───────────────────────────────────
programs._1password.enable = true;
# ── SSH ───────────────────────────────────────────
services.openssh.enable = true;