From 97cc03b03dfd1438d8ed0cecab41e3214c887dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Sat, 31 Jan 2026 15:30:27 +0100 Subject: [PATCH] Unmanage VSCode extensions --- flake.nix | 4 ---- hosts/gwiad/configuration.nix | 3 --- hosts/gwiad/users/jhemono.nix | 18 ++---------------- 3 files changed, 2 insertions(+), 23 deletions(-) diff --git a/flake.nix b/flake.nix index 3e4de3f..0d6bd56 100644 --- a/flake.nix +++ b/flake.nix @@ -27,10 +27,6 @@ flake = false; }; - nix-vscode-extensions = { - url = "github:nix-community/nix-vscode-extensions"; - inputs.nixpkgs.follows = "nixpkgs"; - }; }; outputs = inputs: inputs.blueprint { inherit inputs; }; diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index 76e1a81..4670d9f 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -21,9 +21,6 @@ # For VSCode nixpkgs = { config.allowUnfree = true; - overlays = [ - inputs.nix-vscode-extensions.overlays.default - ]; }; # System packages diff --git a/hosts/gwiad/users/jhemono.nix b/hosts/gwiad/users/jhemono.nix index 6d02576..5e00164 100644 --- a/hosts/gwiad/users/jhemono.nix +++ b/hosts/gwiad/users/jhemono.nix @@ -20,21 +20,7 @@ # The home.packages option allows you to install Nix packages into your # environment. - home.packages = with pkgs; let - my-vscode = vscode-with-extensions.override { - vscodeExtensions = with vscode-marketplace; [ - ms-python.python - ms-python.vscode-pylance - ms-python.debugpy - ms-python.black-formatter - ms-python.isort - ms-vscode-remote.remote-containers - github.copilot - github.copilot-chat - dbaeumer.vscode-eslint - ]; - }; - in [ + home.packages = with pkgs; [ chromium docker-compose drawing @@ -42,7 +28,7 @@ hunspellDicts.fr-classique # inkscape libreoffice-fresh - my-vscode + vscode # nixfmt pass-wayland pwgen