nix/home/bat.nix
2026-03-30 22:59:49 -04:00

10 lines
134 B
Nix

{ theme, ... }:
{
programs.bat = {
enable = true;
config = {
theme = theme.batTheme theme.defaultMode;
};
};
}