From fe67cbcad64acd713ca86936022bfdff26bfec83 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Tue, 4 Nov 2025 20:07:32 +0000 Subject: [PATCH 1/2] deploy: 0a5a165aca45dd9c9a8a87b123f1790681f6a3cb --- options.xhtml | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) diff --git a/options.xhtml b/options.xhtml index aa2d61427..0a71dbfe4 100644 --- a/options.xhtml +++ b/options.xhtml @@ -74939,6 +74939,30 @@ null or package

Default: pkgs.superfile

+

Declared by:

+ + +
+ +<home-manager/modules/programs/superfile.nix> + +
+ +
+ + programs.superfile.firstUseCheck + + +
+
+

Enables the first time use popup.

+ +

Type: +boolean

+ +

Default: +true

+

Declared by:

@@ -74997,6 +75021,90 @@ null or package

Default: pkgs.exiftool

+

Declared by:

+ + +
+ +<home-manager/modules/programs/superfile.nix> + +
+ +
+ + programs.superfile.pinnedFolders + + +
+
+

Entries that get added to the pinned panel.

+ +

Type: +list of (open submodule of (JSON value))

+ +

Default: +[ ]

+ +

Example:

[
+  {
+    name = "Nix Store";
+    location = "/nix/store";
+  }
+];
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/superfile.nix> + +
+
+
+ + programs.superfile.pinnedFolders.*.location + + +
+
+

Location of the pinned entry.

+ +

Type: +absolute path

+ +

Example: +"/nix/store"

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/superfile.nix> + +
+
+
+ + programs.superfile.pinnedFolders.*.name + + +
+
+

Name that will be shown.

+ +

Type: +null or string

+ +

Default: +null

+ +

Example: +"Nix Store"

+

Declared by:

From e4529bc7f6172f47238bafebf2f7a4514cbffc54 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Tue, 4 Nov 2025 22:57:06 +0000 Subject: [PATCH 2/2] deploy: 34fe48801d2a5301b814eaa1efb496499d06cebc --- options.xhtml | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/options.xhtml b/options.xhtml index 0a71dbfe4..1396b1361 100644 --- a/options.xhtml +++ b/options.xhtml @@ -36731,6 +36731,58 @@ attribute set of (atom (null, bool, int, float or string) or a list of them for +

Declared by:

+ + +
+ +<home-manager/modules/programs/ghostty.nix> + +
+ +
+ + programs.ghostty.systemd + + +
+
+

Configuration for Ghostty’s systemd integration. +This enables additional speed and features.

See https://ghostty.org/docs/linux/systemd for more information.

+ +

Type: +submodule

+ +

Default: +{ }

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/ghostty.nix> + +
+
+
+ + programs.ghostty.systemd.enable + + +
+
+

Whether to enable the Ghostty systemd user service.

+ +

Type: +boolean

+ +

Default: +true on Linux, false otherwise

+ +

Example: +true

+

Declared by: