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:
Declared by: +
services.autorandr.matchEdid
+
+
+Match displays based on edid instead of name. + +Type: +boolean + +Default:
+ Declared by: |