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;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-vscode-extensions = {
|
|
||||||
url = "github:nix-community/nix-vscode-extensions";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs: inputs.blueprint { inherit inputs; };
|
outputs = inputs: inputs.blueprint { inherit inputs; };
|
||||||
|
|
|
||||||
|
|
@ -21,9 +21,6 @@
|
||||||
# For VSCode
|
# For VSCode
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
overlays = [
|
|
||||||
inputs.nix-vscode-extensions.overlays.default
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# System packages
|
# System packages
|
||||||
|
|
|
||||||
|
|
@ -20,21 +20,7 @@
|
||||||
|
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs; let
|
home.packages = with pkgs; [
|
||||||
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 [
|
|
||||||
chromium
|
chromium
|
||||||
docker-compose
|
docker-compose
|
||||||
drawing
|
drawing
|
||||||
|
|
@ -42,7 +28,7 @@
|
||||||
hunspellDicts.fr-classique
|
hunspellDicts.fr-classique
|
||||||
# inkscape
|
# inkscape
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
my-vscode
|
vscode
|
||||||
# nixfmt
|
# nixfmt
|
||||||
pass-wayland
|
pass-wayland
|
||||||
pwgen
|
pwgen
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue