programs.pyradio.settings

Options to add to the PyRadio config file. See https://github.com/coderholic/pyradio/blob/master/pyradio/config for available options.

Type
attribute set of (string or signed integer or boolean)
Default
{ }
Example
{
  enable_clock = true;
  enable_notifications = 0;
  player = "mpv";
  theme = "dark_16_colors";
  time_format = 0;
  use_transparency = true;
}
Declared
<home-manager/modules/programs/pyradio.nix>