home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 31145e31e6b744fddb36564fe9c3ab251f1d3f03
parent 90d5d7d0473307989958cf08a469b07c1f36223d
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat,  6 Oct 2018 23:25:37 +0200

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>

Diffstat:
Mdesktop.nix | 3+++
Memacs.nix | 1+
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/desktop.nix b/desktop.nix @@ -29,6 +29,9 @@ enable = true; enableSshSupport = true; defaultCacheTtlSsh = 7200; + extraConfig = '' + allow-emacs-pinentry + ''; }; dunst.enable = true; udiskie.enable = true; diff --git a/emacs.nix b/emacs.nix @@ -194,6 +194,7 @@ password-store password-store-otp # persistent-scratch + pinentry popup projectile projectile-ripgrep