appimage-run: Add libsecret for bitwarden

Previously running the Bitwarden AppImage would error.
This adds libsecret which resolves the error and allows the
Bitwarden AppImage to function normally.
This commit is contained in:
alexyao2015 2024-09-23 01:41:14 +00:00
parent 51d4a9316e
commit 8658b1b648

View File

@ -205,6 +205,8 @@ rec {
at-spi2-core
pciutils # for FreeCAD
pipewire # immersed-vr wayland support
libsecret # For bitwarden
];
};
}