From 683a772bc4fff0c2141e82cde588843fd185d0aa Mon Sep 17 00:00:00 2001 From: Sense T Date: Sun, 25 Jun 2023 20:38:21 +0800 Subject: [PATCH] git is needed --- global/software-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 2443f3c..54873a2 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -51,5 +51,7 @@ hidpi = true; }; }; + + git.enable = true; }; } \ No newline at end of file