<infinisil>
Arghhh I can't make gpg-agent use the gnome3 pinentry
<infinisil>
And I need this to send a signed mail because the console pinentry doesn't work for enigmail
<benkolera>
Don't do it!
<benkolera>
That gnome pinentry really sucks if it falls back to ncurses. It pops up on other ttys and even horribly broken in my kakoune terminal. I had much better luck with pinentry-qt
<infinisil>
Oh yeah maybe, I just notice an error message "No Gcr System Prompter available, falling back to curses" when running the gnome3 one
<benkolera>
Yeah that fallback is not ideal. Or at least wasn't for me.
<infinisil>
All hell broke loose because of this pinentry nixpkgs pr
<benkolera>
Yeah. :(
<infinisil>
All this dbus daemon socket thing is really hard to get a hold of
<infinisil>
Neat, the qt one works, though it doesn't look as fancy as the gnome one :P
<benkolera>
I got rekt because with a broken gpg agent I couldn't commit and fix my nixos conf, lol.
<infinisil>
Thanks!
<infinisil>
benkolera++
<{^_^}>
benkolera's karma got increased to 3
<infinisil>
Hehe yeah, happened to me too
<benkolera>
LOL
<infinisil>
git --no-gpg-sign to the rescue
pie_ has joined #home-manager
<benkolera>
How'd you push without SSH keys? I had to edit in the GitHub ui?
<benkolera>
Pwless key?
<infinisil>
benkolera: I'm not using gpg for ssh
<__monty__>
Why do you have to commit to github to change your config? Seems like a weird workflow.
<benkolera>
It's a great workflow. Means that it is definitely in git if it's in my system.
<benkolera>
Too many dodgy instances when I've forgotten to commit between work and home and they've diverged. Means that nothing is lost if I lose a machine or disk, etc.