chore(gpg): fix upstream changes in configuration

This commit is contained in:
Yorick Barbanneau 2025-05-19 20:56:58 +02:00
parent 590303f5be
commit 5c86792c5b

View file

@ -17,7 +17,7 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
# pinentry-gnome # pinentry-gnome
pkgs.gcr gcr
]; ];
programs.gpg = { programs.gpg = {
@ -31,7 +31,7 @@ in
enable = true; enable = true;
enableScDaemon = true; enableScDaemon = true;
enableZshIntegration = true; enableZshIntegration = true;
pinentryPackage = pkgs.pinentry-gnome3; pinentry.package = pkgs.pinentry-gnome3;
}; };
programs.password-store = { programs.password-store = {