me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

disable 1password aws shell plugin

author
Sean Aye
date (Jun 15, 2026, 9:53 PM -0400) commit fe3abe41 parent f046b087 change-id quloowuw
+3 -1
+3 -1
modules/shell.nix
··· 99 99 else if test -S ${config.home.homeDirectory}/.1password/agent.sock 100 100 set -gx SSH_AUTH_SOCK ${config.home.homeDirectory}/.1password/agent.sock 101 101 end 102 - # Load 1Password CLI plugins 102 + # Load 1Password CLI plugins, but keep AWS CLI using agenix-managed 103 + # credentials via AWS_SHARED_CREDENTIALS_FILE rather than the 1Password plugin. 103 104 if test -f ~/.config/op/plugins.sh 104 105 source ~/.config/op/plugins.sh 106 + functions -e aws 2>/dev/null || true 105 107 end 106 108 # Auto-launch zellij if not already inside a session 107 109 # Use systemd-run to escape niri's session scope so the server