diff --git a/options.xhtml b/options.xhtml index 132c1e2c9..882c010b1 100644 --- a/options.xhtml +++ b/options.xhtml @@ -19804,6 +19804,82 @@ null or one of “opengl”, “angle”, “software”, “metal”, “vulkan +
programs.anup.enable
+
+
+Whether to enable anup.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/anup.nix>
+
+ |
programs.anup.package
+
+
+The anup package to use.
+ +Type: +null or package
+ +Default:
+pkgs.anup
Declared by:
+
+
+<home-manager/modules/programs/anup.nix>
+
+ |
programs.anup.config
+
+
+Config file for anup in RON (Rusty Object Notation) format. +Available options can be found by looking at ~/.config/anup/config.ron.
+ +Type: +string or absolute path
+ +Default:
+""
Declared by:
+
+
+<home-manager/modules/programs/anup.nix>
+
+ |
programs.anyrun.enable