programs.pyradio.stations

Radio stations to add to the stations.csv file. If empty, stations.csv defaults to the built-in playlist.

Type
list of (submodule)
Default
[ ]
Example
[
  {
    name = "DEF CON Radio (SomaFM)";
    url = "https://somafm.com/defcon256.pls";
  }
  {
    name = "Intense Radio - We Love Dance!";
    url = "https://secure.live-streams.nl/flac.ogg";
  }
]
Declared
<home-manager/modules/programs/pyradio.nix>