removed 1password shell plugin

This commit is contained in:
John Lancaster
2026-03-26 18:17:03 -05:00
parent 73950c72ed
commit 5dcac56860
+2 -11
View File
@@ -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 @@
'';
};
};
}
}