dotfiles/modules/home/gui/apps/code/vsCode/config/extensions.nix

19 lines
414 B
Nix
Raw Normal View History

2025-10-01 19:51:55 -05:00
{ pkgs, ... }:
with pkgs.vscode-extensions;
[
catppuccin.catppuccin-vsc
elmtooling.elm-ls-vscode
esbenp.prettier-vscode
haskell.haskell
justusadam.language-haskell
james-yu.latex-workshop
bbenoist.nix
mattn.lisp
mkhl.direnv
pkief.material-icon-theme
streetsidesoftware.code-spell-checker
tamasfe.even-better-toml
brettm12345.nixfmt-vscode
thenuprojectcontributors.vscode-nushell-lang
]