From 989504b1bbe5fc5149e1daac8997384cc11227b7 Mon Sep 17 00:00:00 2001 From: rycee Date: Thu, 28 Nov 2024 09:45:42 +0000 Subject: [PATCH] deploy: 0941a2e14486ee30e2088afa1d2869f2486dd3b8 --- options.xhtml | 237 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 237 insertions(+) diff --git a/options.xhtml b/options.xhtml index d19f2a35a..db91e5869 100644 --- a/options.xhtml +++ b/options.xhtml @@ -8295,6 +8295,60 @@ boolean

Example: true

+

Declared by:

+ + +
+ +<home-manager/modules/config/home-cursor.nix> + +
+ +
+ + home.pointerCursor.hyprcursor.enable + + +
+
+

Whether to enable hyprcursor config generation.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/config/home-cursor.nix> + +
+
+
+ + home.pointerCursor.hyprcursor.size + + +
+
+

The cursor size for hyprcursor.

+ +

Type: +null or signed integer

+ +

Default: +null

+ +

Example: +32

+

Declared by:

@@ -55372,6 +55426,33 @@ list of string

+

Declared by:

+ + +
+ +<home-manager/modules/programs/zed-editor.nix> + +
+ +
+ + programs.zed-editor.extraPackages + + +
+
+

Extra packages available to Zed.

+ +

Type: +list of package

+ +

Default: +[ ]

+ +

Example: +[ pkgs.nixd ]

+

Declared by:

@@ -71141,6 +71222,162 @@ null or string

+
+ + services.podman.settings.containers + + +
+
+

containers.conf configuration

+ +

Type: +TOML value

+ +

Default: +{ }

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/podman-linux> + +
+
+
+ + services.podman.settings.policy + + +
+
+

Signature verification policy file. +If this option is empty the default policy file from +skopeo will be used.

+ +

Type: +attribute set

+ +

Default: +{ }

+ +

Example:

{
+  default = [ { type = "insecureAcceptAnything"; } ];
+  transports = {
+    docker-daemon = {
+      "" = [ { type = "insecureAcceptAnything"; } ];
+    };
+  };
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/services/podman-linux> + +
+
+
+ + services.podman.settings.registries.block + + +
+
+

List of blocked repositories.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/podman-linux> + +
+
+
+ + services.podman.settings.registries.insecure + + +
+
+

List of insecure repositories.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/podman-linux> + +
+
+
+ + services.podman.settings.registries.search + + +
+
+

List of repositories to search.

+ +

Type: +list of string

+ +

Default:

[
+  "docker.io"
+]
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/services/podman-linux> + +
+
+
+ + services.podman.settings.storage + + +
+
+

storage.conf configuration

+ +

Type: +TOML value

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/podman-linux> + +
+
services.polybar.enable