1
1
Fork 0

flatpak: add optionals and retrodeck

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-18 08:41:22 -05:00
parent 41680bff01
commit c24aac623e
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -20,10 +20,16 @@ in {
#!! Installation occurs in background as a oneshot service
#?? flatpak search NAME
packages = [
"app.drey.Biblioteca"
"com.github.tchx84.Flatseal"
];
packages =
optionals config.custom.default [
"com.github.tchx84.Flatseal"
]
++ optionals config.custom.minimal [
"net.retrodeck.retrodeck"
]
++ optionals config.custom.full [
"app.drey.Biblioteca"
];
};
# Theme packages must be installed system-wide for flatpaks