use git without osxkeychain
This commit is contained in:
parent
19066e7050
commit
f7cb5f380c
2 changed files with 4 additions and 3 deletions
|
|
@ -44,7 +44,6 @@
|
||||||
# ghostty
|
# ghostty
|
||||||
kitty
|
kitty
|
||||||
vscode
|
vscode
|
||||||
git
|
|
||||||
lazygit
|
lazygit
|
||||||
# anki
|
# anki
|
||||||
# blender
|
# blender
|
||||||
|
|
|
||||||
|
|
@ -16,9 +16,11 @@
|
||||||
nano
|
nano
|
||||||
|
|
||||||
# version control
|
# version control
|
||||||
git
|
(pkgs.gitFull.override {
|
||||||
lazygit
|
osxkeychainSupport = false;
|
||||||
|
})
|
||||||
git-lfs
|
git-lfs
|
||||||
|
lazygit
|
||||||
gh
|
gh
|
||||||
|
|
||||||
# nix tools
|
# nix tools
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue