mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
20 lines
414 B
Nix
20 lines
414 B
Nix
{
|
|
type = "rss";
|
|
title = "Podcasts";
|
|
style = "detailed-list";
|
|
collapse-after = 6;
|
|
feeds = [
|
|
{
|
|
url = "https://sigmanutrition.libsyn.com/rss/";
|
|
title = "Sigma Nutrition Radio";
|
|
}
|
|
{
|
|
url = "https://wakingup.libsyn.com/rss";
|
|
title = "Making Sense with Sam Harris";
|
|
}
|
|
{
|
|
url = "https://feeds.simplecast.com/uNKL_XD_";
|
|
title = "Docs Who Lift";
|
|
}
|
|
];
|
|
}
|