This commit is contained in:
Henry Hiles 2023-07-01 18:50:22 -04:00
parent 6b87451d11
commit 7449a8bd75

9
home-manager/bat.nix Normal file
View file

@ -0,0 +1,9 @@
{
programs.bat = {
enable = true;
config = {
theme = "TwoDark";
italic-text = "always";
};
};
}