{ pkgs, ... }: { programs.vscode.extensions = with pkgs; with vscode-extensions; [ redhat.vscode-yaml ]; }