Updated the README and the examples to include user wide installation of flatpak packages.

This commit is contained in:
Dávid Groniewsky
2025-10-01 11:19:04 +02:00
parent 613beaa917
commit 7320c88940
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -116,6 +116,9 @@ class MyModule(Module):
def flatpak_packages(self) -> list[str]:
return ["org.mozilla.firefox"]
def flatpak_user_packages(self) -> list[str]:
return ["org.github.kolunmi.Bazaar"]
def systemd_units(self) -> list[str]:
return ["reflector.timer"]