diff --git a/modules/rice/hyprland/default.nix b/modules/rice/hyprland/default.nix index 5d64535..43fab02 100644 --- a/modules/rice/hyprland/default.nix +++ b/modules/rice/hyprland/default.nix @@ -48,7 +48,7 @@ in { swww = mkService { Unit.Description = "Wallpaper Daemon"; Service = { - ExecStart = "${pkgs.swww}/bin/swww-daemon"; + ExecStart = "${pkgs.swww}/bin/swww-daemon && ${pkgs.swww}/bin/swww img ${theme.wallpaper}"; }; }; };