Home-manager: autoexpire
This commit is contained in:
parent
dc44c00208
commit
73f73a3f68
1 changed files with 6 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue