From 88e10eb230a0784d2bbe03abaa7a5572d96ab9ab Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Tue, 19 Sep 2023 16:41:41 -0400 Subject: [PATCH] enable git on all hosts --- modules/misc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc.nix b/modules/misc.nix index 45edaf7..3fc9561 100644 --- a/modules/misc.nix +++ b/modules/misc.nix @@ -18,7 +18,7 @@ _: { allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) config.local.allowedUnfree; }; }; - + programs.git.enable = true; environment.defaultPackages = lib.mkForce (builtins.attrValues { inherit (pkgs)