{ pkgs, ... }: {
  home.packages = with pkgs; [ gitAndTools.gitFull darcs subversion ];
}