{pkgs, ...}: { programs.vscode.profiles.python-django = { extensions = with pkgs.vscode-extensions; [ ]; userSettings = { }; }; }