Add zed and deps and little fixs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
|
||||
zed-editor
|
||||
|
||||
# Languages servers
|
||||
nil
|
||||
nixd
|
||||
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user