8 lines
169 B
Nix
8 lines
169 B
Nix
{pkgs, ...}: {
|
|
programs.bat = {
|
|
enable = true;
|
|
extraPackages = with pkgs.bat-extras; [batdiff batman batgrep batwatch];
|
|
# catppuccin.enable = true;
|
|
};
|
|
}
|