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