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; [
|
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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue