Enable git-lfs
This commit is contained in:
parent
2191d28b6a
commit
7c43f46c1b
1 changed files with 1 additions and 4 deletions
|
@ -19,12 +19,9 @@
|
||||||
config =
|
config =
|
||||||
let
|
let
|
||||||
base = {
|
base = {
|
||||||
home.packages = with pkgs; [
|
|
||||||
gitAndTools.gitflow
|
|
||||||
git-crypt
|
|
||||||
];
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
lfs.enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
branch.autosetuprebase = "always";
|
branch.autosetuprebase = "always";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue