{ lib, pkgs, config, ... }: { home.packages = with pkgs; [ git ]; # programs.git = { # enable = true; # }; }