1
Fork 0

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.
This commit is contained in:
caem 2024-07-15 13:46:41 +02:00
parent 032fd38053
commit c35e1d1578
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -20,9 +20,7 @@
{ directory = ".nixops"; mode = "0700"; } { directory = ".nixops"; mode = "0700"; }
{ directory = ".local/share/keyrings"; mode = "0700"; } { directory = ".local/share/keyrings"; mode = "0700"; }
".local/share/direnv" ".local/share/direnv"
".mozilla/firefox/shaga/bookmarkbackups" ".mozilla/firefox/shaga"
".mozilla/firefox/shaga/chrome"
".mozilla/firefox/shaga/storage"
".config/Signal" ".config/Signal"
".config/vesktop" ".config/vesktop"
".config/tutanota-desktop" ".config/tutanota-desktop"
@ -42,9 +40,6 @@
]; ];
files = [ files = [
".mozilla/firefox/shaga/places.sqlite"
".mozilla/firefox/shaga/xulstore.json"
# ".mozilla/firefox/shaga/prefs.js"
]; ];
}; };
} }