Regenerated

This commit is contained in:
2026-03-29 14:47:25 +00:00
parent 4ead67d41c
commit f525b17610
3 changed files with 351 additions and 339 deletions
+292 -288
View File
File diff suppressed because it is too large Load Diff
+4
View File
@@ -2372,6 +2372,8 @@ in
environment.systemPackages = [ pkgs.bash ]; environment.systemPackages = [ pkgs.bash ];
# Drop the script into home # Drop the script into home
home-manager.users = {
${username} = {
home.file."copy-wallpapers.sh".text = '' home.file."copy-wallpapers.sh".text = ''
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e
@@ -2395,6 +2397,8 @@ in
echo "Done copying wallpapers." echo "Done copying wallpapers."
''; '';
};
};
# User service that runs the script # User service that runs the script
systemd.user.services.copyWallpapers = { systemd.user.services.copyWallpapers = {
@@ -12,6 +12,8 @@ in
environment.systemPackages = [ pkgs.bash ]; environment.systemPackages = [ pkgs.bash ];
# Drop the script into home # Drop the script into home
home-manager.users = {
${username} = {
home.file."copy-wallpapers.sh".text = '' home.file."copy-wallpapers.sh".text = ''
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -e
@@ -35,6 +37,8 @@ in
echo "Done copying wallpapers." echo "Done copying wallpapers."
''; '';
};
};
# User service that runs the script # User service that runs the script
systemd.user.services.copyWallpapers = { systemd.user.services.copyWallpapers = {