users/foo-dogsquared/programs/browsers: add cleaners for Google Chrome

This commit is contained in:
Gabriel Arazas 2023-12-15 21:57:00 +08:00
parent 6e1ac8af2d
commit a8331e2ded
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -213,6 +213,17 @@ in
google-chrome
nyxt
];
services.bleachbit.cleaners = [
"google_chrome.cookies"
"google_chrome.dom"
"google_chrome.form_history"
"google_chrome.history"
"google_chrome.passwords"
"google_chrome.session"
"google_chrome.sync"
"google_chrome.vacuum"
];
})
];
}