{ pkgs, config, ... }: { programs = { bat = { enable = true; }; }; }