From 0867d1de1754dd190491fbdd601aeeddb5ae9477 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sun, 28 Apr 2024 21:40:09 -0400 Subject: [PATCH] 503 current 2024-04-28 21:39:59 24.05.20240428.30ddacc 6.8.6-zen1 * --- modules/rice/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"; }; }; };