From 2ca117e000331f7830f2204203a1aa0c71d42dd8 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Thu, 15 Aug 2024 09:09:16 +0200 Subject: [PATCH] Add lazygit --- home-mods/shell/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-mods/shell/default.nix b/home-mods/shell/default.nix index 8065c0c..bfc314c 100644 --- a/home-mods/shell/default.nix +++ b/home-mods/shell/default.nix @@ -2,6 +2,7 @@ , config , pkgs , lib +, inputs , ... }: let @@ -360,6 +361,7 @@ in lazydocker sshx bat + lazygit ]; }; }