{ pkgs, ... }: { environment.systemPackages = with pkgs; [ nixfmt git (neovim.override { vimAlias = true; configure.plug.plugins = with vimPlugins; [ vim-nix vim-lastplace ]; }) ]; }