From ba6073761cba0d286e530cba74c255e48fc3cc60 Mon Sep 17 00:00:00 2001
From: khaneliman
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