Commit 8658b1b6 authored by alexyao2015's avatar alexyao2015
Browse files

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.
parent 51d4a931
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -205,6 +205,8 @@ rec {
      at-spi2-core
      pciutils # for FreeCAD
      pipewire # immersed-vr wayland support

      libsecret # For bitwarden
    ];
  };
}