From 049565c491de773b3b4ef85aed41b932bff441c5 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 21 Jul 2025 18:54:42 +0000 Subject: [PATCH] Add tig to all hosts I use it frequently when doing things with git. --- modules/system/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/base.nix b/modules/system/base.nix index 9990561..f4349d1 100644 --- a/modules/system/base.nix +++ b/modules/system/base.nix @@ -6,6 +6,7 @@ pkgs.curl pkgs.htop pkgs.git + pkgs.tig ]; i18n.defaultLocale = "en_US.UTF-8"; nix.settings.experimental-features = [ "nix-command" "flakes" ];