Add bat
This commit is contained in:
parent
6b87451d11
commit
7449a8bd75
1 changed files with 9 additions and 0 deletions
9
home-manager/bat.nix
Normal file
9
home-manager/bat.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = "TwoDark";
|
||||
italic-text = "always";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue