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

10 lines
109 B
Nix

{ ... }:
{
programs.bat = {
enable = true;
config = {
theme = "gruvbox-dark";
};
};
}