From 429d1b7f11aadb9f4256fd848e7b658dff8f1ee1 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:39:03 -0500 Subject: [PATCH] config --- modules/programs/onepassword.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/onepassword.nix b/modules/programs/onepassword.nix index fab64ad..fd3445e 100644 --- a/modules/programs/onepassword.nix +++ b/modules/programs/onepassword.nix @@ -1,5 +1,5 @@ { - flake.modules.homeManager.onepassword = { pkgs, lib, ... }: { + flake.modules.homeManager.onepassword = { config, pkgs, lib, ... }: { programs._1password-shell-plugins = { # enable 1Password shell plugins for bash, zsh, and fish shell enable = true;