Home-manager: autoexpire

This commit is contained in:
Filippo Berto 2025-05-16 13:03:03 +02:00
parent dc44c00208
commit 73f73a3f68
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1,5 +1,11 @@
{ pkgs, ... }:
{
services.home-manager.autoExpire = {
enable = true;
frequency = "daily";
timestamp = "-7 days";
};
home = {
language.base = "it_IT.UTF-8";
packages = builtins.attrValues {