{ pkgs, lib, ... }: { home-manager.users.toast = { programs.git = { package = pkgs.gitFull; }; }; }