1
1
Fork 0

flatpak: add goldwarden

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-09 18:49:15 -06:00
parent 161ae2fca5
commit b1455e4e8f
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

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