Disable auto-remove flatpak package for synergy

This commit is contained in:
Florian RICHER 2024-04-02 00:22:52 +02:00
parent 8ead09314b
commit afba3c5250

View file

@ -8,8 +8,6 @@
update.onActivation = true;
uninstallUnmanagedPackages = true;
packages = [
# Gaming
{ appId = "com.discordapp.Discord"; origin = "flathub"; }
@ -29,9 +27,6 @@
{ appId = "org.videolan.VLC"; origin = "flathub"; }
{ appId = "com.obsproject.Studio"; origin = "flathub"; }
{ appId = "io.github.achetagames.epic_asset_manager"; origin = "flathub"; }
# Autres
{ appId = "com.github.debauchee.barrier"; origin = "flathub"; }
];
};
}