8 lines
164 B
Nix
8 lines
164 B
Nix
|
{
|
||
|
programs = {
|
||
|
beets = {
|
||
|
# The API key to use for google custom search lyrics backend
|
||
|
google_api_key = null;
|
||
|
};
|
||
|
};
|
||
|
}
|