From 0032d25ba8f6cc9c366c991615228d2147ed92bd Mon Sep 17 00:00:00 2001 From: "root@nixos-nas" <> Date: Sun, 15 Jun 2025 10:07:03 +0000 Subject: [PATCH] added tig for overview ^^ --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 6e2f9fa..ac961d0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -97,7 +97,7 @@ in ### SYSTEM PACKAGES ##################################################### ########################################################################## environment.systemPackages = with pkgs; [ - git vim zfs virt-viewer + git tig vim zfs virt-viewer kodi netflix ];