Some changes

This commit is contained in:
Henry Hiles 2025-02-25 11:53:08 +00:00
parent 53a10e993b
commit f5cec9b929
16 changed files with 134 additions and 46 deletions

View file

@ -0,0 +1,23 @@
{pkgs, ...}: {
# wrappers.vscode = {
# basePackage = pkgs.vscodium;
# flags = ["--user-data-dir" ./.];
#
# pathAdd = with pkgs.vscode-extensions; [
# mkhl.direnv
# eamodio.gitlens
# dart-code.flutter
# jnoortheen.nix-ide
# timonwong.shellcheck
# usernamehw.errorlens
# ritwickdey.liveserver
# dbaeumer.vscode-eslint
# esbenp.prettier-vscode
# oderwat.indent-rainbow
# astro-build.astro-vscode
# pkief.material-icon-theme
# streetsidesoftware.code-spell-checker
# arcticicestudio.nord-visual-studio-code
# ];
# };
}