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