{ lib, pkgs, ... }: with lib; { systemd.user.tmpfiles.rules = [ "d %t/tmp 0700 chem chem 24h" ]; }