configuration.nix/modules/home/programs/bat/default.nix

7 lines
77 B
Nix

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