From f7cb5f380c696ddc7f60e3b853c596b7c01d6d5f Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 25 Nov 2025 14:08:01 +0300 Subject: [PATCH] use git without osxkeychain --- hosts/darwinHosts/prometheus/configuration.nix | 1 - modules/nixos/programs/command-line.nix | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/darwinHosts/prometheus/configuration.nix b/hosts/darwinHosts/prometheus/configuration.nix index f438a19..e3ee79e 100644 --- a/hosts/darwinHosts/prometheus/configuration.nix +++ b/hosts/darwinHosts/prometheus/configuration.nix @@ -44,7 +44,6 @@ # ghostty kitty vscode - git lazygit # anki # blender diff --git a/modules/nixos/programs/command-line.nix b/modules/nixos/programs/command-line.nix index befd242..c8bfeeb 100644 --- a/modules/nixos/programs/command-line.nix +++ b/modules/nixos/programs/command-line.nix @@ -16,9 +16,11 @@ nano # version control - git - lazygit + (pkgs.gitFull.override { + osxkeychainSupport = false; + }) git-lfs + lazygit gh # nix tools