diff --git a/home-manager/modules/_1password-shell.nix b/home-manager/modules/_1password-shell.nix index c3744e67..0dc83c52 100644 --- a/home-manager/modules/_1password-shell.nix +++ b/home-manager/modules/_1password-shell.nix @@ -24,7 +24,7 @@ in { }; _1password-shell-plugins = { enable = true; - plugins = with pkgs; [ gh ]; + plugins = with pkgs; [ gh glab ]; }; }; }