From 80d22a470a475fa06bfcf4af1bd1ed8b23a32389 Mon Sep 17 00:00:00 2001 From: reidlab Date: Tue, 21 Apr 2026 16:25:54 -0700 Subject: [PATCH] fix wallpaper disappearing --- modules/desktop/awww.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/awww.nix b/modules/desktop/awww.nix index 54fd2bf..1eca551 100644 --- a/modules/desktop/awww.nix +++ b/modules/desktop/awww.nix @@ -72,7 +72,7 @@ in { Service = { Type = "simple"; - ExecStart = "${cfg.package}/bin/awww-daemon --no-cache"; + ExecStart = "${cfg.package}/bin/awww-daemon"; ExecStartPost = "${cfg.setScript}"; Restart = "on-failure"; RestartSec = 5;