From b15abf8bdbae508fe02b6edcf2acc658106cccd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sat, 17 Jan 2026 19:42:13 +0100 Subject: [PATCH] Revert "home/git: disable git-lfs" This reverts commit fdc88e415f2ec3a5b592be26a945d197d68fc15c. --- nix/homeModules/common/git.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/homeModules/common/git.nix b/nix/homeModules/common/git.nix index 9074ce48..9b694bb4 100644 --- a/nix/homeModules/common/git.nix +++ b/nix/homeModules/common/git.nix @@ -5,6 +5,9 @@ }: { # git plugins + programs.git = { + lfs.enable = true; + }; programs.patdiff = { enable = lib.mkDefault true; enableGitIntegration = lib.mkDefault true;