.dotfiles/modules/home-manager/bat.nix

6 lines
76 B
Nix

{ ... }:
{
catppuccin.bat.enable = true;
programs.bat.enable = true;
}