Commit 88a210738920
Changed files (1)
home
common
services
home/common/services/readwise-sync.nix
@@ -12,10 +12,10 @@ let
readwise-sync-wrapper = pkgs.writeShellScriptBin "readwise-sync" ''
set -euo pipefail
-
+
READWISE_KEY=$(${pkgs.passage}/bin/passage show readwise/key)
export READWISE_KEY
-
+
${pkgs.go-org-readwise}/bin/go-org-readwise \
-archiveURLs=true \
-targetFolder ${cfg.targetFolder}