Fix gpg-agent

This commit is contained in:
David Morgan 2022-11-04 16:19:34 +00:00
parent 271db9e8d5
commit a546910a66
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
restic
];
services.gpg-agent = {
enable = true;
pinentryFlavor = "curses";
};
## TODO programs.tmux.prefix newSession plugins etc
programs.tmux = {
enable = true;