From b1455e4e8fdc364a30a37c62dd26a478e28cdce3 Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Sun, 9 Feb 2025 18:49:15 -0600
Subject: [PATCH] flatpak: add goldwarden

Signed-off-by: Myned <dev@bjork.tech>
---
 options/custom/services/flatpak.nix | 8 ++++++++
 1 file changed, 8 insertions(+)

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
           ];