{pkgs, ...}: {
  imports = [
    ../common
  ];

  environment.systemPackages = with pkgs; [
    cachefilesd
  ];
}