Added sdgboop flatpak
This commit is contained in:
parent
919acd8598
commit
2a8f42c262
1 changed files with 5 additions and 1 deletions
|
|
@ -63,7 +63,11 @@ in {
|
|||
|
||||
services.flatpak = {
|
||||
enable = true;
|
||||
packages = [ "com.github.flxzt.rnote" "com.github.tchx84.Flatseal" ];
|
||||
packages = [
|
||||
"com.github.flxzt.rnote"
|
||||
"com.github.tchx84.Flatseal"
|
||||
"com.steamgriddb.SGDBoop"
|
||||
];
|
||||
uninstallUnmanaged = true;
|
||||
update.auto.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue