diff --git a/options.xhtml b/options.xhtml index a343887e..63aab681 100644 --- a/options.xhtml +++ b/options.xhtml @@ -55399,6 +55399,106 @@ string

+
+ + services.amberol.enable + + +
+
+

Whether to enable Amberol music player as a daemon.

Note, it is necessary to add

programs.dconf.enable = true;
+

to your system configuration for the daemon to work correctly.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/amberol.nix> + +
+
+
+ + services.amberol.enableRecoloring + + +
+
+

UI recoloring using the album art.

+ +

Type: +boolean

+ +

Default: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/amberol.nix> + +
+
+
+ + services.amberol.package + + +
+
+

The amberol package to use.

+ +

Type: +package

+ +

Default: +pkgs.amberol

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/amberol.nix> + +
+
+
+ + services.amberol.replaygain + + +
+
+

ReplayGain mode.

+ +

Type: +one of “album”, “track”, “off”

+ +

Default: +"track"

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/amberol.nix> + +
+
services.arrpc.enable