{ pkgs, ... }:
{
  imports = [
    ./autoupdate.nix
    ./garbage-collect.nix
    ./optimise.nix
  ];
  system.stateVersion = "23.11";
}