non important commit

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-26 16:58:39 +01:00
parent 6c9eddac70
commit b2a34ea54e
3 changed files with 10 additions and 5 deletions

View file

@ -6,6 +6,7 @@
extraPackages = [
pkgs.nil
pkgs.alejandra
pkgs.bash-language-server
];
settings.editor = {
@ -96,6 +97,10 @@
auto-format = true;
language-servers = ["tinymist"];
}
{
name = "bash";
auto-format = true;
}
];
};
};