chore: upgrade lock
This commit is contained in:
parent
a7738e0753
commit
25960d2e0b
3 changed files with 49 additions and 16 deletions
|
@ -15,10 +15,10 @@ in
|
|||
};
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pinentry-gnome
|
||||
pkgs.gcr
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
# pinentry-gnome
|
||||
pkgs.gcr
|
||||
];
|
||||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
|
@ -31,7 +31,7 @@ in
|
|||
enable = true;
|
||||
enableScDaemon = true;
|
||||
enableZshIntegration = true;
|
||||
pinentryFlavor = "gnome3";
|
||||
pinentryPackage = pkgs.pinentry-gnome3;
|
||||
};
|
||||
|
||||
programs.password-store = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue