feat(devkit,git): enable git lfs

This commit is contained in:
Guz
2025-10-27 17:12:40 -03:00
parent b06e6b5c4b
commit 8652c2214f

View File

@@ -57,6 +57,7 @@ in {
(pkgs.writeShellScriptBin "gvim" ''
${lib.getExe config.programs.neovide.package} -- "$@"
'')
git-lfs-transfer
];
home.sessionVariables = {
@@ -118,6 +119,7 @@ in {
pkgs.writeShellScriptBin "git" ''
${lib.getExe cfg.git.wrapper} ${lib.getExe config._devkit.packages.git} "$@"
'';
lfs.enable = true;
};
## Lazygit (Git TUI)