From 3b97ba02b4e161cbb33c91b65cc8f28958e19034 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 18 Oct 2024 14:04:55 +0000 Subject: [PATCH] deploy: 09a0c0c02953318bf94425738c7061ffdc4cba75 --- options.xhtml | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) 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