From 0366f9ba02f6123f850c9231ca40366b18d3d2b6 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 18 Aug 2023 13:01:06 +0200 Subject: ... --- system-profiles/core/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'system-profiles/core') diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix index b891fbd6..7325839a 100644 --- a/system-profiles/core/default.nix +++ b/system-profiles/core/default.nix @@ -109,7 +109,10 @@ in { }; }; - environment.systemPackages = [ pkgs.git ] ++ lib.optional hasSops pkgs.gnupg; + programs.git = { + enable = true; + lfs.enable = true; + }; system.activationScripts.symlink-flake = '' if test -L /etc/nixos; then -- cgit v1.2.3