Regenerated

This commit is contained in:
2026-03-29 20:38:29 +00:00
parent 37c11b2a95
commit e8804197d0
5 changed files with 299 additions and 296 deletions
@@ -18,7 +18,8 @@ in
"copy-wallpapers.sh" = {
text = ''
#!/run/current-system/sw/bin/bash
set -e
set -euo pipefail
echo "Running as $(whoami)"
echo "Copying wallpapers from ${wallpaperSrc} to ${wallpaperDst} ..."
if [ ! -d "${wallpaperSrc}" ]; then
@@ -59,7 +60,7 @@ in
};
############################
# User service to run wallpaper script
# User service to run wallpaper script/usr/bin/env bash
############################
systemd.user.services.wallpaperAtLogon = {
description = "Run wallpaper logon script";