From bd06d7185a52e9f21946fa60bcc1235cb2404650 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 21 Jan 2025 23:35:36 +0100 Subject: [PATCH] we want git with LFS support and Co. --- share/common.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/share/common.nix b/share/common.nix index dcdfb6c..8842f21 100644 --- a/share/common.nix +++ b/share/common.nix @@ -320,7 +320,6 @@ in freecad fzf gimp - gitFull glxinfo go gorilla-bin @@ -429,8 +428,12 @@ in # firefox needs programs.firefox.enable here but no systemPackages entry to have icon and work programs.firefox.enable = true; - # we want LFS support - programs.git.lfs.enable = true; + # we want git with LFS support and Co. + programs.git = { + enable = true; + lfs.enable = true; + prompt.enable = true; + }; # allow keyboard configure tools to work hardware.keyboard.qmk.enable = true;