Add in bat configuration

This commit is contained in:
nathan mccarty 2022-07-02 15:02:56 -04:00
parent 8b4d93de73
commit bace462b47
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 7 additions and 0 deletions

View File

@ -201,6 +201,13 @@ with lib;
}; };
}; };
}; };
programs.bat = {
enable = true;
config = {
theme = "zenburn";
style = "header,rule,snip,changes";
};
};
}) })
(mkIf config.nathan.programs.util.json { (mkIf config.nathan.programs.util.json {
######################### #########################