mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
add git-filter-repo
This commit is contained in:
parent
1eec29e99c
commit
1b479ace35
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ pkgs, config, flake, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.git-lfs ];
|
||||
home.packages = with pkgs; [
|
||||
git-lfs
|
||||
git-filter-repo
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue