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;