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