Regenerated
This commit is contained in:
@@ -15,6 +15,20 @@ in
|
||||
rsync
|
||||
];
|
||||
|
||||
############################
|
||||
# swww daemon for the user
|
||||
############################
|
||||
systemd.user.services.swwwDaemon = {
|
||||
description = "swww wallpaper daemon";
|
||||
after = [ "graphical-session.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${pkgs.swww}/bin/swww daemon";
|
||||
Restart = "always";
|
||||
Type = "simple";
|
||||
};
|
||||
wantedBy = [ "default.target" ];
|
||||
};
|
||||
|
||||
############################
|
||||
# User service: run the script
|
||||
############################
|
||||
|
||||
Reference in New Issue
Block a user