feat(systemPackages): use gitFull instead of git

This commit is contained in:
buffet 2022-11-05 18:49:35 +00:00
parent 58785cefc5
commit e4fb762b07

View file

@ -17,7 +17,7 @@ in {
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git gitFull
neovim neovim
]; ];