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