Files
amazing-dotfiles/modules/bat.nix
2026-02-21 01:13:48 +01:00

8 lines
63 B
Nix

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