Commit 31145e31e6b7

Vincent Demeester <vincent@sbr.pm>
2018-10-06 23:25:37
emacs: use emacs-pinentry inside emacs ๐Ÿ”‘
This finally allows me to sign commit even when on terminal or sudo session. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 90d5d7d
Changed files (2)
desktop.nix
@@ -29,6 +29,9 @@
       enable = true;
       enableSshSupport = true;
       defaultCacheTtlSsh = 7200;
+      extraConfig = ''
+      allow-emacs-pinentry
+      '';
     };
     dunst.enable = true;
     udiskie.enable = true;
emacs.nix
@@ -194,6 +194,7 @@
       password-store
       password-store-otp
       # persistent-scratch
+      pinentry
       popup
       projectile
       projectile-ripgrep