From b7a448e53387998236d0fa5400de6c25bbb2da03 Mon Sep 17 00:00:00 2001 From: Sense T Date: Tue, 18 Jul 2023 14:15:45 +0000 Subject: [PATCH] git is necessary --- global/software-configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 5d9c615..2081ab5 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -91,5 +91,7 @@ in libraspberrypi ]; - programs = { }; + programs = { + git.enable = true; + }; }