2024-02-28 16:26:12 -05:00

10 lines
89 B
Nix

{ pkgs, config, ... }:
{
programs = {
bat = {
enable = true;
};
};
}