{ config, pkgs, ... }: { home-manager = { users.toast.programs.bat = { enable = true; config = { theme = "catppuccin-mocha"; }; themes = { catppuccin-mocha = { src = pkgs.fetchFromGitHub { owner = "catppuccin"; repo = "bat"; rev = "master"; hash = "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw="; }; file = "Catppuccin-mocha.tmTheme"; }; }; }; }; }