users/plover: init Bleachbit service for daily history cleanup

This commit is contained in:
Gabriel Arazas 2023-07-01 18:13:09 +08:00
parent c0ebfe98fd
commit 47b2714ff4
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -27,5 +27,15 @@
EDITOR = "nvim"; EDITOR = "nvim";
}; };
services.bleachbit = {
enable = true;
cleaners = [
"bash.history"
"vim.history"
];
startAt = "daily";
persistent = true;
};
home.stateVersion = "23.05"; home.stateVersion = "23.05";
} }