Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.radio-cli.enable

Whether to enable radio-cli.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.radio-cli.package

The radio-cli package to use.

Type: null or package

Default:

pkgs.radio-cli

Declared by:

programs.radio-cli.settings

Configuration settings for radio-cli. For an example config, refer to: https://github.com/margual56/radio-cli/blob/main/config.json

Type: JSON value

Default:

{ }

Example:

{
  config_version = "2.3.0";
  country = "ES";
  data = [
    {
      station = "lofi";
      url = "https://www.youtube.com/live/jfKfPfyJRdk?si=WDl-XdfuhxBfe6XN";
    }
  ];
  max_lines = 7;
}

Declared by: