chore(gpg): fix upstream changes in configuration
This commit is contained in:
parent
9154cf5b43
commit
b4c25d7497
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ in
|
|||
|
||||
home.packages = with pkgs; [
|
||||
# pinentry-gnome
|
||||
pkgs.gcr
|
||||
gcr
|
||||
];
|
||||
|
||||
programs.gpg = {
|
||||
|
@ -31,7 +31,7 @@ in
|
|||
enable = true;
|
||||
enableScDaemon = true;
|
||||
enableZshIntegration = true;
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
pinentry.package = pkgs.pinentry-gnome3;
|
||||
};
|
||||
|
||||
programs.password-store = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue