firefox settings

This commit is contained in:
2025-06-07 18:27:50 -05:00
parent 2c7fda5196
commit 6c86d7f365
3 changed files with 50 additions and 2 deletions
+20
View File
@@ -41,10 +41,30 @@
directories = [
".ssh"
"rp"
".mozilla/firefox/roy/storage/default"
".cache/mozilla/firefox/roy"
];
files = [
".bash_history"
".mozilla/firefox/roy/places.sqlite"
".mozilla/firefox/roy/cookies.sqlite"
];
allowOther = true;
};
# programs.firefox = {
# enable = true;
# policies = {
# ExtensionSettings = {
# "*".installation_mode = "blocked";
# "uBlock0@raymondhill.net" = {
# install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
# installation_mode = "force_installed";
# };
# };
# };
# };
# Configure firefox to be resilient against reboot
# Source = https://github.com/johnmpost/nixos-config
programs.firefox = {