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