From f83e99c0593ea10da6486db535c30256d557fe7f Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sat, 10 May 2025 21:16:58 +0000 Subject: [PATCH] deploy: 13289f06429700f3ecf8f5109ed8831839f09145 --- options.xhtml | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/options.xhtml b/options.xhtml index 019e6b83a..aa983c512 100644 --- a/options.xhtml +++ b/options.xhtml @@ -71615,6 +71615,59 @@ boolean

Example: true

+

Declared by:

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

The autorandr package to use.

+ +

Type: +package

+ +

Default: +pkgs.autorandr

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/autorandr.nix> + +
+
+
+ + services.autorandr.extraOptions + + +
+
+

Extra options to pass to Autorandr.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Example:

[
+  "--force"
+]
+
+

Declared by:

@@ -71639,6 +71692,30 @@ boolean

Default: false

+

Declared by:

+ + +
+ +<home-manager/modules/services/autorandr.nix> + +
+ +
+ + services.autorandr.matchEdid + + +
+
+

Match displays based on edid instead of name.

+ +

Type: +boolean

+ +

Default: +false

+

Declared by: