From a7f7cf382d6178acb659983ca9be6561a1857713 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Thu, 5 Sep 2024 00:28:15 +0000 Subject: [PATCH] nixosMod/frontend/vscode: add python IDE stuff --- nix/nixos-modules/frontend/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nix/nixos-modules/frontend/home.nix b/nix/nixos-modules/frontend/home.nix index aa31329..b447119 100644 --- a/nix/nixos-modules/frontend/home.nix +++ b/nix/nixos-modules/frontend/home.nix @@ -303,8 +303,11 @@ in extensions = with pkgs.vscode-extensions; [ # general vscodevim.vim - # IDE-specific + # IDE: Nix jnoortheen.nix-ide + # IDE: Python + ms-python.black-formatter + ms-python.python ]; keybindingsNext = { # tabbing in *visually visible* order