{ pkgs, ... }: { programs.vscode = { enable = true; extensions = with pkgs.vscode-extensions; [ bbenoist.nix ms-python.python tal7aouy.icons ]; }; }