{ config, lib, pkgs, user, ... }: { programs = { bat = { enable = true; config.theme = "Solarized (dark)"; }; }; }