From f55d0f02b5bfca8c2f22bd92439b6a91d9cf2265 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 5 Oct 2025 19:02:00 +0000 Subject: [PATCH] deploy: 9070d7d32b3d4317e95b6b92f98fee850c1f116d --- options.xhtml | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) 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