gmodena / nix-flatpak

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

installer: manage remotes state. #52

Closed gmodena closed 5 months ago

gmodena commented 6 months ago

Remotes removed from nix-flatpak config declaration will be uninstalled at system activation.

Add the capability to delete unmanged remotes at system activation.

Rename uninstallUnmanagedPackages to a more generic uninstallUnmanaged. Trigger warning when deprecated options are set.

Initial work for #32