diff --git a/home.nix b/home.nix index 366e5fd8..3646cef9 100644 --- a/home.nix +++ b/home.nix @@ -178,5 +178,11 @@ in # TODO: https://github.com/catppuccin/bat theme = "base16-256"; }; + extraPackages = with pkgs.bat-extras; [ + batdiff + batman + batgrep + batwatch + ]; }; }