{ pkgs, ... }: { home-manager.users.toast = { programs.helix = { extraPackages = with pkgs; [ nodePackages.typescript-language-server ]; }; }; }