From e37114edb70997a8cf0e328262d083d8a18f785e Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 3 Jan 2025 17:26:42 +0000 Subject: [PATCH] deploy: ef64efdbaca99f9960f75efab991e4c49e79a5f1 --- options.xhtml | 43 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/options.xhtml b/options.xhtml index 9b58e5d77..9804c4851 100644 --- a/options.xhtml +++ b/options.xhtml @@ -44352,7 +44352,7 @@ boolean

package

Default: -<derivation rofi-1.7.5>

+<derivation rofi-1.7.6>

Example:

pkgs.rofi.override { plugins = [ pkgs.rofi-emoji ]; };
 
@@ -46729,7 +46729,7 @@ boolean

package

Default: -<derivation sm64ex-unstable-2022-12-19>

+<derivation sm64ex-0-unstable-2024-07-04>

Declared by:

@@ -54572,7 +54572,7 @@ otherwise the service may never be started.

string

Default: -"graphical-session.target"

+config.wayland.systemd.target

Example: "sway-session.target"

@@ -61993,7 +61993,7 @@ otherwise the service may never be started.

string

Default: -"graphical-session.target"

+config.wayland.systemd.target

Example: "sway-session.target"

@@ -67220,7 +67220,7 @@ null or one of “normal”, “90”, “180”, “270”, “flipped”, “f string

Default: -"sway-session.target"

+config.wayland.systemd.target

Declared by:

@@ -74811,7 +74811,7 @@ list of string

string

Default: -"graphical-session.target"

+config.wayland.systemd.target

Example: "sway-session.target"

@@ -81943,6 +81943,37 @@ boolean

+
+ + wayland.systemd.target + + +
+
+

The systemd target that will automatically start the graphical Wayland services. +This option is a generalization of individual systemd.target or systemdTarget, +and affect all Wayland services by default.

When setting this value to "sway-session.target", +make sure to also enable wayland.windowManager.sway.systemd.enable, +otherwise the service may never be started.

+ +

Type: +string

+ +

Default: +"graphical-session.target"

+ +

Example: +"sway-session.target"

+ +

Declared by:

+ + +
+ +<home-manager/modules/wayland.nix> + +
+
wayland.windowManager.hyprland.enable