removed shell plugins for 1 password

This commit is contained in:
John Lancaster
2025-08-25 21:53:53 -05:00
parent baecc7bb69
commit 682bc9d826
2 changed files with 14 additions and 14 deletions

View File

@@ -91,15 +91,15 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
# https://developer.1password.com/docs/cli/shell-plugins/nix/
programs._1password-shell-plugins = lib.mkIf config._1password {
# 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 ];
};
# # https://developer.1password.com/docs/cli/shell-plugins/nix/
# programs._1password-shell-plugins = lib.mkIf config._1password {
# # 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" = lib.mkIf config._1password {
# https://developer.1password.com/docs/ssh/agent/config
text = ''