503 current 2024-04-28 21:39:59 24.05.20240428.30ddacc 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-28 21:40:09 -04:00
parent bfbb2316b3
commit 0867d1de17
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -48,7 +48,7 @@ in {
swww = mkService { swww = mkService {
Unit.Description = "Wallpaper Daemon"; Unit.Description = "Wallpaper Daemon";
Service = { Service = {
ExecStart = "${pkgs.swww}/bin/swww-daemon"; ExecStart = "${pkgs.swww}/bin/swww-daemon && ${pkgs.swww}/bin/swww img ${theme.wallpaper}";
}; };
}; };
}; };