add bat config
This commit is contained in:
parent
27d69187ae
commit
22ea439e23
6
modules/home/bat/default.nix
Normal file
6
modules/home/bat/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
config.theme = "Monokai Extended";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue