{ pkgs, ... }: { xdg.configFile."autostart" = { recursive = true; source = ./files/autostart; target = "autostart"; }; }