mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-22 10:19:39 +01:00
When `readOnly` is set to `true` the autostart entries are linked from a readonly directory in the nix store and `XDG_CONFIG_HOME/autostart` is a link to that directory, so that programs cannot install arbitrary autostart services.
7 lines
219 B
Nix
7 lines
219 B
Nix
{
|
|
xdg-file-gen = ./file-gen.nix;
|
|
xdg-default-locations = ./default-locations.nix;
|
|
xdg-mime-disabled = ./mime-disabled.nix;
|
|
xdg-autostart = ./autostart.nix;
|
|
xdg-autostart-readonly = ./autostart-readonly.nix;
|
|
}
|