From 986e9f7555944b19cef8a0e420524820e6bf7507 Mon Sep 17 00:00:00 2001 From: caem Date: Sun, 14 Jul 2024 10:59:01 +0200 Subject: [PATCH] Persist firefox storage instead of only default. Only persisting the default storage did not work to get the extensions working on browser startup. --- users/hu/persist.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/hu/persist.nix b/users/hu/persist.nix index 937b7f3..ce347b5 100644 --- a/users/hu/persist.nix +++ b/users/hu/persist.nix @@ -22,7 +22,7 @@ ".local/share/direnv" ".mozilla/firefox/shaga/bookmarkbackups" ".mozilla/firefox/shaga/chrome" - ".mozilla/firefox/shaga/storage/default" + ".mozilla/firefox/shaga/storage" ".config/Signal" ".config/vesktop" ".config/tutanota-desktop"