mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Set theme in bat
This commit is contained in:
parent
ed81cb1d34
commit
5abdc2521d
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue