marleyos/home/bat/default.nix

17 lines
214 B
Nix
Raw Normal View History

2024-10-19 17:25:26 -07:00
{pkgs, ...}: {
programs.bat = {
enable = true;
extraPackages = with pkgs.bat-extras; [
batdiff
batman
];
rose-pine.enable = true;
config = {
style = "auto";
};
};
}