back to docker; add npmrc for not executing scripts; update hx script;

This commit is contained in:
2025-09-20 21:12:50 +01:00
parent 93cee2d49a
commit ac5216413e
5 changed files with 57 additions and 26 deletions

View File

@@ -21,30 +21,41 @@ with lib;
}
(mkIf config.helix.fullInstall {
extraPackages = with pkgs;[
marksman
shfmt
bash-language-server
superhtml
#nix
nixd
nixpkgs-fmt
biome
#dotnet
omnisharp-roslyn
netcoredbg
# rust
rustfmt
clippy
rust-analyzer
lldb
#python
ruff
# shell
shfmt
bash-language-server
fish-lsp
# misc
hyprls
marksman
# web
superhtml
biome
] ++ (with nodePackages;[
vscode-langservers-extracted
typescript-language-server
]);
languages = {
language = [
{
name = "nix";
language-servers = [ "nixd" "nil" ];
}
{
name = "html";
language-servers = [ "superhtml" "vscode-html-language-server" ];
}
{
name = "bash";
formatter = { command = "shfmt"; };