{ pkgs, ... }: { programs.vscode.extensions = with pkgs; with vscode-extensions; [ sumneko.lua ]; }