gmodena / nix-flatpak

Install flatpaks declaratively
Apache License 2.0
276 stars 10 forks source link

Existing Flatpaks #68

Closed C4E5G3 closed 2 months ago

C4E5G3 commented 2 months ago

Sorry - seems to be an issue with updates.

gmodena commented 2 months ago

Can you define "meltdown" ?

You don't need to uninstall flatpkas for this module to work. From the README:

_By default nix-flatpak will only manage (install/uninstall/update) packages declared in the services.flatpak.packages and repositories declared in services.flatpak.remotes. Flatpak packages and repositories installed by the command line or app stores won't be affected.

Set services.flatpak.uninstallUnmanaged = true to alter this behaviour, and have nix-flatpak manage the lifecycle of all flatpaks packages and repositories._

Beware though that depending on how you setup nix-flatpak (nixos vs home-manager), and how you install packages from cli (system vs user), you might end with duplicate installed packages.

gmodena commented 2 months ago

no worries @C4E5G3 ! Glad it is fixed. Feel free to re-open, if it turns out to be an issue related with nix-flatpak.