aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nix/common.nix
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-06-19 16:54:19 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-06-19 16:54:19 +0100
commit259a3b989513f47f6cc5d36eaaf9e5fbef9b4d9a (patch)
tree29238de59acaf7804aa2fe4b78c1f2db71f4f365 /nix/common.nix
parent6d151559a199dd54caa3880e699fce80020530cf (diff)
downloaddotfiles-259a3b989513f47f6cc5d36eaaf9e5fbef9b4d9a.tar.gz
dotfiles-259a3b989513f47f6cc5d36eaaf9e5fbef9b4d9a.tar.bz2
dotfiles-259a3b989513f47f6cc5d36eaaf9e5fbef9b4d9a.zip
Mirror GnuPG config on VM
Diffstat (limited to 'nix/common.nix')
-rw-r--r--nix/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/common.nix b/nix/common.nix
index c1cf551..f9a7042 100644
--- a/nix/common.nix
+++ b/nix/common.nix
@@ -126,6 +126,7 @@
# Secrets — `pass-otp` is wired as an extension so `pass otp ...`
# works against the same store. `pass` from pacman is removed.
gnupg
+ pinentry-curses
(pass.withExtensions (exts: [ exts.pass-otp ]))
# C/C++ source tooling (no compiler driver in PATH).