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
+3 -2
View File
@@ -2379,7 +2379,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
@@ -2420,7 +2421,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";