9 lines
108 B
Nix
9 lines
108 B
Nix
|
{
|
||
|
config = {
|
||
|
programs.bat = {
|
||
|
enable = true;
|
||
|
config.theme = "gruvbox-dark";
|
||
|
};
|
||
|
};
|
||
|
}
|