This is my flakeless configuration for macOS using nix
{ pkgs, ... }:

{
  programs.bat = {
    enable = true;
    config.theme = "TwoDark";
  };
}