diff --git a/src/setup/apps/brave.py b/src/setup/apps/brave.py index 35ab17a..a5ee344 100644 --- a/src/setup/apps/brave.py +++ b/src/setup/apps/brave.py @@ -1,6 +1,10 @@ from src.util import flatpak_install +# Brave handles restoration itself using its own sync stuff +post_install = ["enable sync"] + + def setup(): """The least worst web browser"""