{config, ...}: {
  systemd.tmpfiles.rules = [
    # this file is needed to trash stuff on the temp fs
    "d /.Trash 1777 root root" # TODO move this to the lf config
  ];
}