Flatpak: Difference between revisions
→declarative-flatpak: fix |
→Declaratively: general enhancement |
||
Line 40: | Line 40: | ||
===== [https://github.com/gmodena/nix-flatpak nix-flatpak] ===== | ===== [https://github.com/gmodena/nix-flatpak nix-flatpak] ===== | ||
A | A convergent approach to Flatpak management where refs are managed in place | ||
Flatpak packages are not cached in the Nix store | |||
It supports flakes or [https://github.com/nix-community/home-manager home-manager], but doesn't support non-flakes only | |||
===== [https://github.com/in-a-dil-emma/declarative-flatpak declarative-flatpak] ===== | ===== [https://github.com/in-a-dil-emma/declarative-flatpak declarative-flatpak] ===== | ||
A congruent approach to Flatpak management where changes are designed to be atomic, ensuring that either they succeed or nothing happens. This module uses a temporary installation and then overwrites the current one. | A congruent approach to Flatpak management where changes are designed to be atomic, ensuring that either they succeed or nothing happens. This module uses a temporary installation and then overwrites the current one. | ||
It supports non-flake, flakes, and [https://github.com/nix-community/home-manager home-manager] | |||
<small>For more details, see [https://github.com/in-a-dil-emma/declarative-flatpak/issues/44 declarative-flatpak/issues/44]</small> | <small>For more details, see [https://github.com/in-a-dil-emma/declarative-flatpak/issues/44 declarative-flatpak/issues/44]</small> |