nixos/home/tui/bat.nix

10 lines
174 B
Nix
Raw Normal View History

{ catppuccin-themes, ... }:
{
programs.bat = {
enable = true;
config.theme = "Catppuccin";
themes.Catppuccin = builtins.readFile catppuccin-themes.bat;
};
}