From e4529bc7f6172f47238bafebf2f7a4514cbffc54 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Tue, 4 Nov 2025 22:57:06 +0000 Subject: [PATCH] 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: