add config for git

This commit is contained in:
ant 2025-06-10 13:02:19 +02:00
parent 63f4c416d8
commit 1563920836

View file

@ -202,4 +202,14 @@
enable = true; enable = true;
flake = "${config.home.homeDirectory}/nix-system"; flake = "${config.home.homeDirectory}/nix-system";
}; };
programs.git = {
enable = true;
aliases = {
co = "checkout";
};
extraConfig = {
pull.rebase = true;
};
};
} }