configuration.nix/home/programs/bat.nix

9 lines
103 B
Nix
Raw Normal View History

2023-04-07 19:09:05 +05:30
{ ... }: {
programs.bat = {
enable = true;
config = {
theme = "Dracula";
};
};
}