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

19 lines
385 B
Nix
Raw Normal View History

2025-03-29 23:08:26 -05:00
{ pkgs, ... }:
with pkgs.vscode-extensions;
[
catppuccin.catppuccin-vsc
eamodio.gitlens
elmtooling.elm-ls-vscode
esbenp.prettier-vscode
haskell.haskell
2025-04-10 16:57:41 -05:00
justusadam.language-haskell
2025-03-29 23:08:26 -05:00
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
]