Files
dotfiles/home/programs/bat.nix

13 lines
159 B
Nix

{
pkgs,
lib,
device,
...
}: {
programs.
bat = {
enable = true;
# extraPackages = with pkgs.bat-extras; [batman batgrep batwatch];
};
}