{ pkgs, ... }: { home = { packages = with pkgs; [ neovim-ide ]; }; }