{ pkgs, ... }:
{
  environment.systemPackages = with pkgs; [
    git
    python3
  ];
}