zed: disable
This commit is contained in:
parent
ebfd92a944
commit
25bb45a1a1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [./usersettings.nix ./userkeymap.nix];
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
package = pkgs.zed-editor.fhsWithPackages (pkgs: [pkgs.zlib pkgs.openssl]);
|
||||
extensions = [
|
||||
# langs
|
||||
|
|
Loading…
Add table
Reference in a new issue