diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/gi/git/module.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/by-name/gi/git/module.nix b/modules/by-name/gi/git/module.nix index 62411a6b..28e61ecb 100644 --- a/modules/by-name/gi/git/module.nix +++ b/modules/by-name/gi/git/module.nix @@ -46,7 +46,10 @@ in { # Add my custom git-scripts home.packages = [ + pkgs.git-edit-index # Allows you to edit the indexed version of a file + pkgs.git-cm # A wrapper that re-adds the last commit's subject pkgs.git-cgit # Allows fast cgit settings setup + pkgs.stamp # Add a license header to a file ]; programs.git = { |
