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
+291 -290
View File
File diff suppressed because it is too large Load Diff
+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";
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/run/current-system/sw/bin/bash
set -euo pipefail
# -----------------------------
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/run/current-system/sw/bin/bash
set -euo pipefail
# -----------------------------
@@ -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";