flatpak: add goldwarden
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
161ae2fca5
commit
b1455e4e8f
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue