nix-community / home-manager

Manage a user environment using Nix [maintainer=@rycee]
https://nix-community.github.io/home-manager/
MIT License
6.31k stars 1.69k forks source link

Git signing should respect user's choice of GnuPG #5508

Open Prince213 opened 1 month ago

Prince213 commented 1 month ago

Description

programs.git.signing.gpgPath should respect user's choice of GnuPG at programs.gpg.package. Most people probably don't need a different version of GnuPG for signing in git.

If that sounds reasonable I can submit a PR for it.

sumnerevans commented 1 month ago

Related to https://github.com/nix-community/home-manager/pull/4661. Maybe this suggestion could be integrated in there.

Prince213 commented 4 weeks ago

Related to #4661. Maybe this suggestion could be integrated in there.

@sumnerevans please let me know if you consider it okay to implement this in #5516.