add git oauth and cache
This commit is contained in:
parent
3acaf5d98a
commit
2f19ef4f5f
2 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ inputs@{ pkgs, ... }:
|
|||
git = import ./git.nix;
|
||||
vscode = import ./vscode.nix inputs;
|
||||
ssh = import ./ssh.nix;
|
||||
git-credential-oauth.enable = true;
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue