diff --git a/options.xhtml b/options.xhtml index aa2d61427..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:

@@ -74939,6 +74991,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 +75073,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: