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
|
# User service to run the script
|
||||||
systemd.user.services.copyWallpapers = {
|
systemd.user.services.copyWallpapers = {
|
||||||
description = "Copy wallpapers from repo to ~/Wallpapers";
|
description = "Copy wallpapers from repo to ~/Wallpapers";
|
||||||
after = [ "graphical-session.target" ];
|
|
||||||
wants = [ "graphical-session.target" ];
|
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${homeDir}/copy-wallpapers.sh";
|
ExecStart = "${homeDir}/copy-wallpapers.sh";
|
||||||
Restart = "no";
|
Restart = "no";
|
||||||
|
WorkingDirectory = homeDir;
|
||||||
};
|
};
|
||||||
|
|
||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
|
|||||||
@@ -46,13 +46,12 @@ in
|
|||||||
# User service to run the script
|
# User service to run the script
|
||||||
systemd.user.services.copyWallpapers = {
|
systemd.user.services.copyWallpapers = {
|
||||||
description = "Copy wallpapers from repo to ~/Wallpapers";
|
description = "Copy wallpapers from repo to ~/Wallpapers";
|
||||||
after = [ "graphical-session.target" ];
|
|
||||||
wants = [ "graphical-session.target" ];
|
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${homeDir}/copy-wallpapers.sh";
|
ExecStart = "${homeDir}/copy-wallpapers.sh";
|
||||||
Restart = "no";
|
Restart = "no";
|
||||||
|
WorkingDirectory = homeDir;
|
||||||
};
|
};
|
||||||
|
|
||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user