zed: disable

This commit is contained in:
notohh 2025-02-26 00:36:14 -05:00
parent ebfd92a944
commit 25bb45a1a1
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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