Enable nix-ld and add Biome to Zed's packages

This commit is contained in:
2025-10-18 03:25:07 +02:00
parent 873e9fd4e7
commit 7213a861ae
2 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{
# pkgs
...
}:
{
@@ -18,5 +19,11 @@
enable = true;
enableSSHSupport = true;
};
nix-ld = {
enable = true;
# libraries = with pkgs; [
# biome
# ];
};
};
}

View File

@@ -25,7 +25,7 @@
"deputy"
];
extraPackages = [ ];
extraPackages = with pkgs; [ biome ];
userSettings = {
agent = {