dotfiles/modules/programs/bat.nix

7 lines
57 B
Nix

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