nix/secrets.example.nix

8 lines
164 B
Nix
Raw Normal View History

2024-11-29 15:39:02 -07:00
{
programs = {
beets = {
# The API key to use for google custom search lyrics backend
google_api_key = null;
};
};
}