Add tig to all hosts

I use it frequently when doing things with git.
This commit is contained in:
Eli Ribble 2025-07-21 18:54:42 +00:00
parent e1bdaae278
commit 049565c491

View file

@ -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" ];