From 5a607a281dab05fbf835357042f159d60891802f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 1 Jul 2026 20:15:10 +0200 Subject: modules/{git,yt,legacy/pkgs}: Move some pkgs to their respective modules --- modules/by-name/gi/git/module.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/by-name/gi/git/module.nix') 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 = { -- cgit v1.3.1