diff --git a/options.xhtml b/options.xhtml index b87a66ff4..1f342763b 100644 --- a/options.xhtml +++ b/options.xhtml @@ -18246,6 +18246,88 @@ null or string

+
+ + programs.am2rlauncher.enable + + +
+
+

Whether to enable am2rlauncher.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The am2rlauncher package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.am2rlauncher

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/am2rlauncher.nix> + +
+
+
+ + programs.am2rlauncher.config + + +
+
+

Config file for am2rlauncher in XML format. You can see the available options +by modifying the settings in the GUI and looking at $XDG_CONFIG_HOME/AM2RLauncher/config.xml.

+ +

Type: +string or absolute path

+ +

Default: +""

+ +

Example:

''
+  <?xml version="1.0" encoding="utf-8"?>
+  <settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" AutoUpdateAM2R="false" AutoUpdateLauncher="true" Language="English" MusicHQPC="false" MusicHQAndroid="false" MirrorIndex="0" ProfileIndex="null" CustomMirrorEnabled="false" CustomMirrorText="" ProfileDebugLog="true" Width="600" Height="600" IsMaximized="false" />
+''
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/am2rlauncher.nix> + +
+
programs.amber.enable