Skip to content

Commit

Permalink
[git] Add git-filter-repo plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jul 4, 2024
1 parent 5fbae8b commit f227ca6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/git/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{ config, pkgs, ... }:

{
home.packages = [
pkgs.git-filter-repo
];

programs.git = {
enable = true;
extraConfig = {
Expand Down

0 comments on commit f227ca6

Please sign in to comment.