Skip to content

Commit

Permalink
[home] Explicitly specify pinentry
Browse files Browse the repository at this point in the history
  • Loading branch information
George Macon committed Sep 24, 2024
1 parent eea1720 commit bb961e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home-manager/home/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
home.sessionVariables.NIXOS_OZONE_WL = "1";

programs.password-store.enable = true;
services.gpg-agent.enable = true;
services.gpg-agent = {
enable = true;
pinentryPackage = pkgs.pinentry-gnome3;
};

services.syncthing.enable = true;

Expand Down

0 comments on commit bb961e6

Please sign in to comment.