From 6bff359277bd5725c6e9193ce1370705b33041ea Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 25 Oct 2024 22:17:43 +0000 Subject: [PATCH] deploy: 93435d27d250fa986bfec6b2ff263161ff8288cb --- options.xhtml | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/options.xhtml b/options.xhtml index 7fc0f9d26..73af2d5b3 100644 --- a/options.xhtml +++ b/options.xhtml @@ -18040,6 +18040,58 @@ TOML value

Default: { }

+

Declared by:

+ + +
+ +<home-manager/modules/programs/direnv.nix> + +
+ +
+ + programs.direnv.mise.enable + + +
+
+

Whether to enable mise, +integration of use_mise for direnv.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The mise package to use.

+ +

Type: +package

+ +

Default: +pkgs.mise

+

Declared by: