{ pkgs, ... }: { environment.systemPackages = with pkgs; [ nixfmt git (neovim.override { vimAlias = true; }) ]; }