aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/gi
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/by-name/gi/git/module.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/by-name/gi/git/module.nix b/modules/by-name/gi/git/module.nix
index 64a64904..62411a6b 100644
--- a/modules/by-name/gi/git/module.nix
+++ b/modules/by-name/gi/git/module.nix
@@ -9,6 +9,7 @@
# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
{
lib,
+ pkgs,
config,
...
}: let
@@ -43,6 +44,11 @@ in {
};
};
+ # Add my custom git-scripts
+ home.packages = [
+ pkgs.git-cgit # Allows fast cgit settings setup
+ ];
+
programs.git = {
enable = true;