diff --git a/options/custom/services/flatpak.nix b/options/custom/services/flatpak.nix
index 10c4590..046cd11 100644
--- a/options/custom/services/flatpak.nix
+++ b/options/custom/services/flatpak.nix
@@ -39,6 +39,14 @@ in {
             "net.retrodeck.retrodeck" # Game emulator
           ]
           ++ optionals config.custom.full [
+            (
+              # Bitwarden client
+              with config.custom.programs.goldwarden;
+                if enable && flatpak
+                then "com.quexten.Goldwarden"
+                else ""
+            )
+
             # TODO: Check if in nixpkgs
             "re.sonny.Workbench" # GTK prototyper
           ];