conifer use host git credential manager
This commit is contained in:
parent
149e5ea9a3
commit
f9042ee031
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
vars,
|
||||
...
|
||||
}: {
|
||||
imports = with homeProfiles; [
|
||||
|
@ -47,5 +48,9 @@
|
|||
extraOutputsToInstall = ["doc" "devdoc"];
|
||||
};
|
||||
|
||||
programs.git.extraConfig.credential."https://git.${vars.domain}" = {
|
||||
helper = "/mnt/c/Program\\ Files/Git/mingw64/bin/git-credential-manager.exe";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue