From 5dcac568606378c2a1c2d4265cc329aac9340e73 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:17:03 -0500 Subject: [PATCH] removed 1password shell plugin --- modules/programs/onepassword.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/modules/programs/onepassword.nix b/modules/programs/onepassword.nix index fd3445e..6d07a3a 100644 --- a/modules/programs/onepassword.nix +++ b/modules/programs/onepassword.nix @@ -1,14 +1,5 @@ -{ +{ self, inputs, ... }: { flake.modules.homeManager.onepassword = { config, pkgs, lib, ... }: { - programs._1password-shell-plugins = { - # enable 1Password shell plugins for bash, zsh, and fish shell - enable = true; - # the specified packages as well as 1Password CLI will be - # automatically installed and configured to use shell plugins - # https://developer.1password.com/docs/cli/shell-plugins - plugins = with pkgs; [ gh ]; - }; - home.file.".config/1Password/ssh/agent.toml".text = '' # https://developer.1password.com/docs/ssh/agent/config [[ssh-keys]] @@ -22,4 +13,4 @@ ''; }; }; -} \ No newline at end of file +}