Enable nix-ld and add Biome to Zed's packages
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
# pkgs
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
@@ -18,5 +19,11 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
nix-ld = {
|
||||||
|
enable = true;
|
||||||
|
# libraries = with pkgs; [
|
||||||
|
# biome
|
||||||
|
# ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
"deputy"
|
"deputy"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraPackages = [ ];
|
extraPackages = with pkgs; [ biome ];
|
||||||
|
|
||||||
userSettings = {
|
userSettings = {
|
||||||
agent = {
|
agent = {
|
||||||
|
|||||||
Reference in New Issue
Block a user