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