Skip to content

Instantly share code, notes, and snippets.

@hellwolf
Last active April 29, 2024 03:54
Show Gist options
  • Save hellwolf/2151e90348a02146997cdd6e5004c811 to your computer and use it in GitHub Desktop.
Save hellwolf/2151e90348a02146997cdd6e5004c811 to your computer and use it in GitHub Desktop.
[NixOS Tip]: configure git credential to use libsecret on NixOS
[user]
email = your email
name = your name
signingkey = xxxxxxxx
[credential]
helper = /run/current-system/sw/bin/git-credential-libsecret
# make sure you have gitFull installed on NixOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment