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