1
0
Fork 0
dotfiles/home/programs/bat.nix

10 lines
95 B
Nix

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