test
This commit is contained in:
parent
4cc672e8ea
commit
ddd01d0a5a
|
@ -1,7 +1,10 @@
|
||||||
{ pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
programs.bat = {
|
programs.bat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config.theme = "Monokai Extended";
|
config = {
|
||||||
};
|
theme = "Dracula";
|
||||||
|
italic-text = "always";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue