mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
vscode: Uninstall unneeded extensions
This commit is contained in:
parent
f3396a04a6
commit
db974ff494
1 changed files with 1 additions and 6 deletions
|
|
@ -15,18 +15,13 @@
|
|||
package = pkgs-unstable.vscodium;
|
||||
profiles.default.extensions =
|
||||
let
|
||||
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx vscode-marketplace;
|
||||
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx;
|
||||
in
|
||||
[
|
||||
# Language Servers
|
||||
open-vsx.jnoortheen.nix-ide
|
||||
open-vsx.llvm-vs-code-extensions.vscode-clangd
|
||||
open-vsx.rust-lang.rust-analyzer
|
||||
open-vsx.nefrob.vscode-just-syntax
|
||||
|
||||
# Utilities
|
||||
open-vsx.aaron-bond.better-comments
|
||||
vscode-marketplace.pdconsec.vscode-print
|
||||
|
||||
# Theming
|
||||
open-vsx.github.github-vscode-theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue