Unmanage VSCode extensions
This commit is contained in:
parent
1d312cf7b8
commit
97cc03b03d
3 changed files with 2 additions and 23 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@
|
|||
# For VSCode
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
inputs.nix-vscode-extensions.overlays.default
|
||||
];
|
||||
};
|
||||
|
||||
# System packages
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue