Replies: 1 comment
-
Hello! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Win11 WSL2 ubuntu 22.04, I got gpg, gnupg, gpg-agent and dependent programs installed. I used Nix home-manager v24.05 to install gpg-tui and enabled Nixpkgs version of gpg v2.4.5. There was a conflict as two
gpg-agent
were running at a time. So I removed the WSL2 apt version of gpg with --purge, which also removed pinentry program.Do I need to install pinentry program separately from Nix home-manager OR does
gpg-tui
replace the functionality of pinentry program and I need to just change config.toml file?Beta Was this translation helpful? Give feedback.
All reactions