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:
parent
032fd38053
commit
c35e1d1578
1 changed files with 1 additions and 6 deletions
|
@ -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"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue