add laptop version

This commit is contained in:
afoucaultc 2026-07-03 21:56:32 +02:00
parent 0ba7bf856f
commit c7db34c243
729 changed files with 286689 additions and 18 deletions

View file

@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
}