Flatpak: Difference between revisions
m heading names |
headings |
||
Line 32: | Line 32: | ||
This is also required when installing <code>flatpak</code> on a per-user basis. | This is also required when installing <code>flatpak</code> on a per-user basis. | ||
== | == Usage == | ||
=== | === Declarative === | ||
To | To manage Flatpak declaratively, you can either use [https://github.com/gmodena/nix-flatpak nix-flatpak] or [https://github.com/in-a-dil-emma/declarative-flatpak declarative-flatpak] | ||
In the event of a Nix rollback, both modules will reinstall the previously declared Flatpak packages | In the event of a Nix rollback, both modules will reinstall the previously declared Flatpak packages | ||
Line 53: | Line 53: | ||
<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> | ||
=== | === Imperative === | ||
To | To manage Flatpak imperatively, you can use [https://docs.flatpak.org/en/latest/using-flatpak.html the <code>flatpak</code> CLI] ([https://docs.flatpak.org/en/latest/flatpak-command-reference.html <code>flatpak</code> CLI Reference Documentation]) | ||
===== Example ===== | ===== Example ===== |