diff --git a/users/modules/global/gpg.nix b/users/modules/global/gpg.nix index a338b45..f71f745 100644 --- a/users/modules/global/gpg.nix +++ b/users/modules/global/gpg.nix @@ -29,4 +29,8 @@ allow-loopback-pinentry ''; }; + + home.packages = with pkgs; [ + gpgme + ]; }