Regenerated
This commit is contained in:
+290
-290
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -2419,8 +2419,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}";
|
||||
|
||||
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user