Regenerated
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user