Regenerated

This commit is contained in:
2026-03-29 14:40:36 +00:00
parent a03b415791
commit ea141209ba
3 changed files with 288 additions and 294 deletions
@@ -17,7 +17,6 @@ in
serviceConfig.Type = "oneshot";
serviceConfig.ExecStart = ''
/bin/sh -c '
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
if [ ! -d "${wallpaperSrc}" ]; then
@@ -36,7 +35,6 @@ in
chmod -R u+rwx "${wallpaperDst}"
echo "Done copying wallpapers."
'
'';
serviceConfig.Restart = "no";