Switch gitFull -> custom git with libsecret enabled (but without the extra stuff)
This commit is contained in:
parent
f6d4d93425
commit
4f77cdc801
|
@ -6,7 +6,10 @@
|
|||
}: {
|
||||
services.git-sync.enable = false; # Can't find pass for some reason...
|
||||
programs.git = let
|
||||
package = pkgs.gitFull;
|
||||
package = pkgs.git.override {
|
||||
withLibsecret = true;
|
||||
withSsh = true;
|
||||
};
|
||||
in {
|
||||
inherit package;
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue