Regenerated

This commit is contained in:
2026-03-29 23:33:43 +00:00
parent 2c9bad0eaa
commit f808f44d22
3 changed files with 294 additions and 294 deletions
@@ -57,8 +57,8 @@ in
};
# User service to randomize wallpapers
systemd.user.services.copyWallpapers = {
description = "Copy wallpapers from repo to ~/Wallpapers";
systemd.user.services.randomizeWallpapers = {
description = "Randomize wallpapers in ~/Wallpapers/pictures";
serviceConfig = {
Type = "oneshot";
ExecStart = "${randoScript}";