1
0
Fork 0
dotfiles/programs/bat.nix
2021-12-06 23:35:29 +01:00

10 lines
95 B
Nix

{
programs.bat = {
enable = true;
config = {
theme = "Dracula";
};
};
}