From e87a319bc53d4a7ca9bce84fbdb1fcb3eb9bdf72 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 3 Oct 2024 22:42:05 +0300 Subject: [PATCH] Package : Add bat. --- package/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/package/default.nix b/package/default.nix index 6110489..998d9c5 100644 --- a/package/default.nix +++ b/package/default.nix @@ -1,6 +1,7 @@ { pkgs, pkgsStable, pkgsMaster, ... } @args: { core = with pkgs; [ android-tools # Android adb tool. Can be used to connect to itself via wireless debugging. binwalk # Can analyze files for other files inside them. + bat # Pretty cat. bridge-utils # Network bridges. btop htop # System monitors. coreutils # UNIX Core utilities.