Set theme in bat

This commit is contained in:
Gene Liverman 2023-09-12 21:26:18 -04:00
parent ed81cb1d34
commit 5abdc2521d

View file

@ -32,7 +32,12 @@
PAGER = "less";
};
programs = {
bat.enable = true;
bat = {
enable = true;
config = {
theme = "Dracula";
};
};
eza.enable = true;
firefox.enable = true;
gh.enable = true;