diff options
| author | 2026-06-19 16:54:19 +0100 | |
|---|---|---|
| committer | 2026-06-19 16:54:19 +0100 | |
| commit | 259a3b989513f47f6cc5d36eaaf9e5fbef9b4d9a (patch) | |
| tree | 29238de59acaf7804aa2fe4b78c1f2db71f4f365 /nix/common.nix | |
| parent | 6d151559a199dd54caa3880e699fce80020530cf (diff) | |
| download | dotfiles-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.nix | 1 |
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). |
