Updated EVERYTHING
This commit is contained in:
10
home/applications/zed/default.nix
Normal file
10
home/applications/zed/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{pkgs-unstable, ...}: {
|
||||
imports = [
|
||||
];
|
||||
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.zed-editor;
|
||||
extensions = [""];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user