{pkgs,...}:{systemd.user.services={feh={description="Autostart slideshow";wantedBy=["graphical-session.target"];after=["graphical-session.target"];serviceConfig={ExecStart=pkgs.writeShellScript"mpv-slideshow"''
while true; do
${pkgs.lib.getExepkgs.mpv} --shuffle --image-display-duration=5 --fullscreen /mnt/feh/
done
'';Restart="always";};};disable-dpms={description="Disable screen blanking";wantedBy=["graphical-session.target"];after=["graphical-session.target"];serviceConfig={Type="oneshot";ExecStart="${pkgs.lib.getExepkgs.xorg.xset} s off -dpms";};};};}