diff --git a/options.xhtml b/options.xhtml index db8bf9e6a..7371c4cad 100644 --- a/options.xhtml +++ b/options.xhtml @@ -17121,6 +17121,91 @@ null or string

+
+ + programs.cmus.enable + + +
+
+

Whether to enable Enable cmus, the music player…

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/cmus.nix> + +
+
+
+ + programs.cmus.extraConfig + + +
+
+

Extra configuration to add to cmus rc.

+ +

Type: +strings concatenated with “\n”

+ +

Default: +""

+ +

Example:

''
+  set audio_backend = "mpd"
+  set status_display = "default"
+''
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/cmus.nix> + +
+
+
+ + programs.cmus.theme + + +
+
+

Select color theme. A list of available color themes can be found +here: https://github.com/cmus/cmus/tree/master/data.

+ +

Type: +strings concatenated with “\n”

+ +

Default: +""

+ +

Example: +"gruvbox"

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/cmus.nix> + +
+
programs.command-not-found.enable