Is there any way to have pijul configuration per repository, instead of having global one in $HOME/.config/pijul
?
This way, we could have multiple identities, one per repository if we want (git
has en equivalent $ git config --local user.name "John Doe" for example; see
local`)