aktualizacja

This commit is contained in:
2025-12-29 01:14:13 +01:00
parent f21640749a
commit 591e42fe61
4 changed files with 24 additions and 15 deletions

View File

@@ -6,6 +6,15 @@
...
}: {
programs.zed-editor.userSettings.lsp = {
# biome = {
# binary = {
# path = lib.getExe pkgs.bash;
# arguments = [
# "-c"
# "if [ -e flake.nix ]; then nix develop --command bun --bun run biome; else biome; fi"
# ];
# };
# };
rust-analyzer = {
binary = {
path = lib.getExe pkgs.bash;