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

7 lines
77 B
Nix

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