Skip to content

Releases: gmodena/nix-flatpak

0.4.1

01 Apr 18:48
b76fa31
Compare
Choose a tag to compare

This is a hotfix release for #61.

When neither uninstallUnmanaged nor uninstallUnmanagedPackages were explicitly set in a config,
the system build would break.

What's Changed

  • options: fix uninstallUnmanaged default value. by @gmodena in #62

Full Changelog: v0.4.0...v0.4.1

0.4.0

01 Apr 09:41
db5ea76
Compare
Choose a tag to compare

Introduces support for remotes state management. Remotes will be installed/removed according to the services.flatpak.remotes setting.

services.flatpak.uninstallUnmanagedPackages has been deprecated in favor of a more generic services.flatpak.uninstallUnmanaged, that configures both packages and remotes management preferences.

What's Changed

Full Changelog: v0.3.0...v0.4.0

0.3.0

18 Feb 21:30
a243cb0
Compare
Choose a tag to compare

Bugfixes

  • flatpak-managed-install.service fails to start properly at boot when update.onactivation is set to true. (#30).

New features:

  • Add support managing packages installed outside of nix-flatpak (uninstallUnmanagedPackages option).
  • Add override management.
  • Add sample configs and VMs for nixos and HomeManager module installation.

Full Changelog: v0.2.0...v0.3.0

0.2.0

22 Nov 20:08
d8f54c2
Compare
Choose a tag to compare
  • Adds compatibility with stand-alone home-manager.
  • Codebase and doc cleanups.

0.1.0 (Initial Release)

12 Nov 18:53
df3ea99
Compare
Choose a tag to compare

Initial release.

Includes:

  • support for NixOs and HomeManager (as a NixOs module) installations;
  • flatpak update on activation and auto update options;