From 127f4d4c0e668a0175a79663afa90d6873f0e275 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Tue, 11 Feb 2025 16:07:21 +0100 Subject: [PATCH] enable git lfs --- modules/basic-tools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index 699de18..3ea8833 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -51,7 +51,7 @@ whois mtr ] - ++ (if config.networking.hostName == "toaster" then [ gitFull ] else [ git ]); + ++ (if config.networking.hostName == "toaster" then [ gitFull git-lfs ] else [ git ]); environment.variables = let