nix/secrets.example.nix

8 lines
No EOL
164 B
Nix

{
programs = {
beets = {
# The API key to use for google custom search lyrics backend
google_api_key = null;
};
};
}