test
This commit is contained in:
parent
ffb7b86513
commit
64042e7674
|
@ -1,8 +1,8 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
programs.bat = {
|
programs.bat = {
|
||||||
enable = true;
|
enable = true
|
||||||
config .theme = "base16";
|
config .theme = "base16"
|
||||||
# config.theme = "Monokai Extended";
|
# config.theme = "Monokai Extended";
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue