From 9cf405d4674bc7dd835c091f4d943194bf260d33 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 19 Apr 2024 15:16:33 +0000 Subject: [PATCH] deploy: 31c77dcc2e4b6b9f73df0e7eaa89536f175954e8 --- options.xhtml | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) diff --git a/options.xhtml b/options.xhtml index 098f28a9..480e38e4 100644 --- a/options.xhtml +++ b/options.xhtml @@ -75577,7 +75577,8 @@ attribute set of attribute set of (Swaynag config atom (null, bool, int, float, sway startup. This links to graphical-session.target. Some important environment variables will be imported to systemd -and dbus user environment before reaching the target, including

+and dbus user environment before reaching the target, including

Type: boolean

@@ -75588,6 +75589,70 @@ boolean

Example: false

+

Declared by:

+ + +
+ +<home-manager/modules/services/window-managers/i3-sway/sway.nix> + +
+ +
+ + wayland.windowManager.sway.systemd.extraCommands + + +
+
+

Extra commands to run after D-Bus activation.

+ +

Type: +list of string

+ +

Default:

[
+  "systemctl --user start sway-session.target"
+]
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/services/window-managers/i3-sway/sway.nix> + +
+
+
+ + wayland.windowManager.sway.systemd.variables + + +
+
+

Environment variables imported into the systemd and D-Bus user environment.

+ +

Type: +list of string

+ +

Default:

[
+  "DISPLAY"
+  "WAYLAND_DISPLAY"
+  "SWAYSOCK"
+  "XDG_CURRENT_DESKTOP"
+  "XDG_SESSION_TYPE"
+  "NIXOS_OZONE_WL"
+  "XCURSOR_THEME"
+  "XCURSOR_SIZE"
+]
+
+ +

Example:

[
+  "-all"
+]
+
+

Declared by: