core: enable git module itself

oops
This commit is contained in:
Wroclaw 2024-05-28 12:22:59 +02:00
parent a6568d4891
commit 5acbee3237

View file

@ -18,7 +18,6 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
wget
git
ffmpeg
yt-dlp
htop
@ -29,6 +28,7 @@
ddrescue
];
programs.git.enable = true;
programs.git.config = {
init.defaultBranch = "main";
merge.conflictstyle = "diff3";