{ ... }: let theme_name = "Solarized (dark)"; in { programs = { bat = { enable = true; config.theme = theme_name; }; }; }