use git without osxkeychain

This commit is contained in:
Osman Faruk Bayram 2025-11-25 14:08:01 +03:00
parent 19066e7050
commit f7cb5f380c
2 changed files with 4 additions and 3 deletions

View file

@ -44,7 +44,6 @@
# ghostty # ghostty
kitty kitty
vscode vscode
git
lazygit lazygit
# anki # anki
# blender # blender

View file

@ -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