nix/home/bat.nix
2026-03-12 18:38:43 -04:00

9 lines
107 B
Nix

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