{ inputs, ...}: { # a cat(1) clone with syntax highlighting and Git integration. programs.bat = { enable = true; config = { pager = "less -FR"; # theme = "Solarized (dark)"; theme = "catppuccin-mocha"; }; themes = { catppuccin-mocha = { src = "${inputs.catppuccin-bat}/themes/Catppuccin Mocha.tmTheme"; }; }; }; }