From c35e1d1578fd0f0319b9bd304ccd57db91d5212a Mon Sep 17 00:00:00 2001 From: caem Date: Mon, 15 Jul 2024 13:46:41 +0200 Subject: [PATCH] firefox: Fuck it, we're just going to persist the whole thing I tried literally persist anything that could've had something to do with extensions and it still reset every extension on boot for some fucking reason I don't want to download every single ublock filter on every boot or have literally 3 pages pop up because they think this is the first time I am running the extension. --- users/hu/persist.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/users/hu/persist.nix b/users/hu/persist.nix index ce347b5..e3393d1 100644 --- a/users/hu/persist.nix +++ b/users/hu/persist.nix @@ -20,9 +20,7 @@ { directory = ".nixops"; mode = "0700"; } { directory = ".local/share/keyrings"; mode = "0700"; } ".local/share/direnv" - ".mozilla/firefox/shaga/bookmarkbackups" - ".mozilla/firefox/shaga/chrome" - ".mozilla/firefox/shaga/storage" + ".mozilla/firefox/shaga" ".config/Signal" ".config/vesktop" ".config/tutanota-desktop" @@ -42,9 +40,6 @@ ]; files = [ - ".mozilla/firefox/shaga/places.sqlite" - ".mozilla/firefox/shaga/xulstore.json" - # ".mozilla/firefox/shaga/prefs.js" ]; }; }