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