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
@@ -49,9 +49,6 @@
# Secrets management (WSL uses Windows op.exe via interop)
]
++ lib.optionals pkgs.stdenv.isDarwin [
_1password-cli
]
++ (with pkgs; [
# AI coding agent
opencode