mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
home: git-lfs
This commit is contained in:
parent
082891087a
commit
51d41797cc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, config, flake, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
git-lfs
|
||||
git-filter-repo
|
||||
];
|
||||
|
||||
|
|
@ -28,6 +27,7 @@
|
|||
rerere.enabled = true;
|
||||
};
|
||||
ignores = [ "*~" "*.swp" ];
|
||||
lfs.enable = true;
|
||||
delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue