Enable git-lfs

This commit is contained in:
Charlotte Van Petegem 2023-11-04 13:04:40 +01:00
parent 2191d28b6a
commit 7c43f46c1b
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -19,12 +19,9 @@
config =
let
base = {
home.packages = with pkgs; [
gitAndTools.gitflow
git-crypt
];
programs.git = {
enable = true;
lfs.enable = true;
extraConfig = {
branch.autosetuprebase = "always";
pull.rebase = true;