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