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