From 265649573656a9ad0a8a35fd74dbde6df22cb679 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Mon, 21 Oct 2024 21:44:24 +0700 Subject: [PATCH] whatsapp: fix quote in autostart script --- home/programs/whatsapp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/whatsapp.nix b/home/programs/whatsapp.nix index 9a61e1d..18628e3 100644 --- a/home/programs/whatsapp.nix +++ b/home/programs/whatsapp.nix @@ -7,7 +7,7 @@ let cfg = config.profile.whatsapp; autostartScript = pkgs.writeShellScriptBin "whatsapp.sh" '' - "sleep 10; until ${pkgs.unixtools.ping}/bin/ping -c 1 web.whatsapp.com; do sleep 1; done; whatsapp-for-linux" + sleep 10; until ${pkgs.unixtools.ping}/bin/ping -c 1 web.whatsapp.com; do sleep 1; done; whatsapp-for-linux ''; in {