{ config, pkgs, ... }: { home.packages = with pkgs; [ git starship ]; programs.git = { enable = true; }; home.stateVersion = "24.05"; }