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