{ pkgs, ... }: { programs.git = { enable = true; userEmail = "kontakt@aarontrom.de"; userName = "Aar0n"; ignores = [ "*.swp" ]; extraConfig = { pull.rebase = true; init.defaultBranch = "main"; }; }; home.packages = with pkgs; [ gitAndTools.gitflow circleci-cli ]; }