users/foo-dogsquared/programs/browser: add Bleachbit cleaners

This commit is contained in:
Gabriel Arazas 2023-12-12 09:46:51 +08:00
parent ed5f37ec48
commit 9cb5f27b8d
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -38,6 +38,17 @@ in
{ id = "nglaklhklhcoonedhgnpgddginnjdadi"; } # ActivityWatch Web Watcher { id = "nglaklhklhcoonedhgnpgddginnjdadi"; } # ActivityWatch Web Watcher
]; ];
}; };
services.bleachbit.cleaners = [
"brave.cookies"
"brave.dom"
"brave.form_history"
"brave.history"
"brave.passwords"
"brave.session"
"brave.sync"
"brave.vacuum"
];
}) })
# Despite the name, it isn't a browser for furries. # Despite the name, it isn't a browser for furries.
@ -181,6 +192,19 @@ in
# Configuring Tridactyl. # Configuring Tridactyl.
xdg.configFile.tridactyl.source = ../../config/tridactyl; xdg.configFile.tridactyl.source = ../../config/tridactyl;
# Configuring Bleachbit for Firefox cleaning.
services.bleachbit.cleaners = [
"firefox.backup"
"firefox.cookies"
"firefox.crash_reports"
"firefox.dom"
"firefox.forms"
"firefox.passwords"
"firefox.site_preferences"
"firefox.url_history"
"firefox.vacuum"
];
}) })
# Goes with whatever you want to. # Goes with whatever you want to.