summaryrefslogtreecommitdiff
path: root/home/ebisu/kansai/development/tools/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu/kansai/development/tools/git.nix')
-rw-r--r--home/ebisu/kansai/development/tools/git.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/home/ebisu/kansai/development/tools/git.nix b/home/ebisu/kansai/development/tools/git.nix
new file mode 100644
index 0000000..0616c40
--- /dev/null
+++ b/home/ebisu/kansai/development/tools/git.nix
@@ -0,0 +1,13 @@
+{ pkgs, ... }:
+{
+ home.packages = with pkgs; [
+ delta
+ gh
+ onefetch
+ gitoxide
+ tsutsumi.git-sumi
+ git-crypt
+ git-lfs
+ bit
+ ];
+}