diff options
| -rw-r--r-- | justfile | 2 | ||||
| -rw-r--r-- | meta/base.txt | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -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: diff --git a/meta/base.txt b/meta/base.txt index ae2e3d9..a1f848e 100644 --- a/meta/base.txt +++ b/meta/base.txt @@ -173,6 +173,12 @@ swayidle # this swayidle would still time out and lock during a Meet call. inhibridge +# org.freedesktop.secrets D-Bus implementation backed by pass. Required +# by Signal Desktop (flatpak) and other libsecret consumers; D-Bus +# activated, no service to enable. Stores secrets under +# ~/.password-store/secret-service/. +pass-secret-service + # Clipboard wl-clipboard cliphist |
