diff options
| author | Grisha Shipunov | 2025-02-11 16:07:21 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-02-11 16:07:21 +0100 |
| commit | 127f4d4c0e668a0175a79663afa90d6873f0e275 (patch) | |
| tree | ad547060dcbee798bca94a868c914a6ae9cf2527 /modules | |
| parent | 2e5127bef8a1499ed6ca996e42be980a72b3aba1 (diff) | |
enable git lfs
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/basic-tools/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
