From ba6073761cba0d286e530cba74c255e48fc3cc60 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 30 Jan 2025 00:46:46 +0000 Subject: [PATCH] deploy: 9ce5d0b888a054945121394297ad34173d135547 --- options.xhtml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/options.xhtml b/options.xhtml index ce922f4d4..a865f134e 100644 --- a/options.xhtml +++ b/options.xhtml @@ -87266,6 +87266,63 @@ boolean

+
+ + xdg.autostart.enable + + +
+
+

Whether to enable creation of XDG autostart entries.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/misc/xdg-autostart.nix> + +
+
+
+ + xdg.autostart.entries + + +
+
+

Paths to desktop files that should be linked to XDG_CONFIG_HOME/autostart

+ +

Type: +list of path

+ +

Default: +[ ]

+ +

Example:

[
+  "${pkgs.evolution}/share/applications/org.gnome.Evolution.desktop"
+]
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/misc/xdg-autostart.nix> + +
+
xdg.cacheHome