nix/secrets.nix

8 lines
201 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 = "AIzaSyAWg0jEt2wPXNo2Q6dx2yvihT1FqkG26I4";
};
};
}