Regenerated

This commit is contained in:
2026-03-29 21:25:27 +00:00
parent 1361879ac8
commit 1c43f1ec85
3 changed files with 291 additions and 294 deletions
+289 -290
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -2407,13 +2407,12 @@ in
# User service to run the script
systemd.user.services.copyWallpapers = {
description = "Copy wallpapers from repo to ~/Wallpapers";
after = [ "graphical-session.target" ];
wants = [ "graphical-session.target" ];
serviceConfig = {
Type = "oneshot";
ExecStart = "${homeDir}/copy-wallpapers.sh";
Restart = "no";
WorkingDirectory = homeDir;
};
wantedBy = [ "default.target" ];
@@ -46,13 +46,12 @@ in
# User service to run the script
systemd.user.services.copyWallpapers = {
description = "Copy wallpapers from repo to ~/Wallpapers";
after = [ "graphical-session.target" ];
wants = [ "graphical-session.target" ];
serviceConfig = {
Type = "oneshot";
ExecStart = "${homeDir}/copy-wallpapers.sh";
Restart = "no";
WorkingDirectory = homeDir;
};
wantedBy = [ "default.target" ];