From 48e90e5fc13bcbc5ddf000ce5c36ee608f92cfbb Mon Sep 17 00:00:00 2001 From: khaneliman Date: Mon, 27 Oct 2025 01:59:33 +0000 Subject: [PATCH] deploy: 988f25531d88b0754ee83baf4d109b1dbee5f943 --- options.xhtml | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) diff --git a/options.xhtml b/options.xhtml index 8af91d781..28c344cd7 100644 --- a/options.xhtml +++ b/options.xhtml @@ -84831,6 +84831,97 @@ list of string

+
+ + programs.zapzap.enable + + +
+
+

Whether to enable zapzap.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The zapzap package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.zapzap

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/zapzap.nix> + +
+
+
+ + programs.zapzap.settings + + +
+
+

Configuration settings for zapzap. All the available options can be found by +changing the settings from the GUI and looking at $XDG_CONFIG_HOME/ZapZap/ZapZap.conf.

+ +

Type: +attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))

+ +

Default: +{ }

+ +

Example:

{
+  notification = {
+    donation_message = true;
+  };
+  system = {
+    scale = 150;
+    theme = "dark";
+    wayland = true;
+  };
+  website = {
+    open_page = false;
+  };
+}
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/zapzap.nix> + +
+
programs.zathura.enable