Files
amazing-dotfiles/modules/cli/bat.nix
2026-02-23 11:11:56 +01:00

8 lines
63 B
Nix

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