From 335f2908e7972b7545d3024d3d58784d42f93b70 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 5 Feb 2021 17:51:29 +0100 Subject: [PATCH] tools: Add ccze --- modules/tools.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/tools.nix b/modules/tools.nix index 4cee221..59a3940 100644 --- a/modules/tools.nix +++ b/modules/tools.nix @@ -35,5 +35,8 @@ reptyr # move process to current terminal smartmontools # hard drive monitoring usbutils # lsusb + + # eye candy + ccze # log coloriser ]; }