mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
services/bleachbit: change the cleaners default value
This commit is contained in:
parent
0be1a51837
commit
bc847f28ea
@ -73,16 +73,19 @@ in {
|
||||
cleaners = lib.mkOption {
|
||||
type = with lib.types; listOf str;
|
||||
description = "List of cleaners to be used when cleaning.";
|
||||
default = [
|
||||
"bash.history"
|
||||
"winetricks.temporary_files"
|
||||
"wine.tmp"
|
||||
"discord.history"
|
||||
"google_earth.temporary_files"
|
||||
"google_toolbar.search_history"
|
||||
"thumbnails.cache"
|
||||
"zoom.logs"
|
||||
];
|
||||
default = [];
|
||||
example = lib.literalExpression ''
|
||||
[
|
||||
"bash.history"
|
||||
"winetricks.temporary_files"
|
||||
"wine.tmp"
|
||||
"discord.history"
|
||||
"google_earth.temporary_files"
|
||||
"google_toolbar.search_history"
|
||||
"thumbnails.cache"
|
||||
"zoom.logs"
|
||||
]
|
||||
'';
|
||||
};
|
||||
|
||||
withBrowserCleanup =
|
||||
|
@ -222,6 +222,16 @@ in {
|
||||
|
||||
services.bleachbit = {
|
||||
enable = true;
|
||||
cleaners = [
|
||||
"bash.history"
|
||||
"winetricks.temporary_files"
|
||||
"wine.tmp"
|
||||
"discord.history"
|
||||
"google_earth.temporary_files"
|
||||
"google_toolbar.search_history"
|
||||
"thumbnails.cache"
|
||||
"zoom.logs"
|
||||
];
|
||||
withChatCleanup = true;
|
||||
};
|
||||
|
||||
@ -242,6 +252,8 @@ in {
|
||||
{ id = "gknkbkaapnhpmkcgkmdekdffgcddoiel"; } # Open Access Button
|
||||
{ id = "fpnmgdkabkmnadcjpehmlllkndpkmiak"; } # Wayback Machine
|
||||
{ id = "gphhapmejobijbbhgpjhcjognlahblep"; } # GNOME Shell integration
|
||||
|
||||
{ id = "kkmlkkjojmombglmlpbpapmhcaljjkde"; } # Zhongwen
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user