From 5e29d7e3174b6d1a6d8552f0cf6950f41cc17667 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 17 Jul 2025 19:22:22 +0000 Subject: [PATCH] deploy: 2d55a52963d8a3856792e2fd6604f307176026bc --- options.xhtml | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/options.xhtml b/options.xhtml index ec89da195..9da6e0c80 100644 --- a/options.xhtml +++ b/options.xhtml @@ -57958,6 +57958,95 @@ attribute set of anything

+
+ + programs.radio-cli.enable + + +
+
+

Whether to enable radio-cli.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/radio-cli.nix> + +
+
+
+ + programs.radio-cli.package + + +
+
+

The radio-cli package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.radio-cli

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/radio-cli.nix> + +
+
+
+ + 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:

+ + +
+ +<home-manager/modules/programs/radio-cli.nix> + +
+
programs.ranger.enable