mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
users/foo-dogsquared/programs/browsers: add cleaners for Google Chrome
This commit is contained in:
parent
6e1ac8af2d
commit
a8331e2ded
@ -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"
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user