mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-18 00:19:12 +00:00
users/plover: init Bleachbit service for daily history cleanup
This commit is contained in:
parent
c0ebfe98fd
commit
47b2714ff4
@ -27,5 +27,15 @@
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
services.bleachbit = {
|
||||
enable = true;
|
||||
cleaners = [
|
||||
"bash.history"
|
||||
"vim.history"
|
||||
];
|
||||
startAt = "daily";
|
||||
persistent = true;
|
||||
};
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user