mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
21 lines
414 B
Nix
21 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";
|
||
|
}
|
||
|
];
|
||
|
}
|