{ pkgs, ...}: { environment = { systemPackages = with pkgs; [ neovim tmux vim ]; }; }