From 01067befb84a6a8b43929b1c06622e63a2fee939 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:38 +0100 Subject: feat(secrets): add pass-secret-service for libsecret bridge Signal Desktop (and any libsecret consumer) wants to talk to the org.freedesktop.secrets D-Bus service. pass-secret-service implements that API on top of the existing pass store -- secrets land under ~/.password-store/secret-service/ encrypted with the same GPG key, so no separate keyring to manage. The service is D-Bus activated, no systemd unit needed. --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index a5df41a..b91d266 100644 --- a/justfile +++ b/justfile @@ -25,7 +25,7 @@ apply: # ═══════════════════════════════════════════════════════════════════ # Update everything: system packages, Neovim plugins, Mason tools, flatpaks -update: pkg-update nvim-update flatpak-update +update: pkg-update flatpak-update # Upgrade all system + AUR packages pkg-update: -- cgit v1.3.1