dotfiles/home/modules/vscode/config/extensions.nix

18 lines
403 B
Nix
Raw Normal View History

2024-11-20 16:07:09 -06:00
{pkgs, ...}: {
2024-12-24 17:19:44 -06:00
extensions = with pkgs.vscode-extensions; [
catppuccin.catppuccin-vsc
eamodio.gitlens
elmtooling.elm-ls-vscode
esbenp.prettier-vscode
haskell.haskell
james-yu.latex-workshop
jnoortheen.nix-ide
kamadorueda.alejandra
mattn.lisp
mkhl.direnv
pkief.material-icon-theme
streetsidesoftware.code-spell-checker
tamasfe.even-better-toml
];
2024-11-20 16:07:09 -06:00
}