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