Added zed editor

This commit is contained in:
2025-07-23 16:59:01 +03:00
parent ed9a0b45f2
commit 21db54a032
3 changed files with 6 additions and 5 deletions

6
flake.lock generated
View File

@@ -10,11 +10,11 @@
]
},
"locked": {
"lastModified": 1753104523,
"narHash": "sha256-X5vCKW/JbKwpc/A4BVIZPkTuEtMkcqFdttToBKgiVwg=",
"lastModified": 1753105838,
"narHash": "sha256-Ps3ZK67zcyTP4FUgYQbUB1p8HjcAiXJ0dZOubKo3FMg=",
"owner": "kyren223",
"repo": "eko",
"rev": "171230a9ded7901efdd44b575b6facf67678be2d",
"rev": "c2db60b773ad54e6991ca21b2775f9ed408c1cf9",
"type": "github"
},
"original": {

View File

@@ -63,11 +63,11 @@
};
# Enable dynamic linking of apps that are not in nixpkgs
# Fixes issues with neovim plugins not working
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
stdenv.cc.cc
stdenv.cc.cc # Fixes issues with neovim plugins not working
# Fixes issues with running games (nallo's)
wayland
libxkbcommon
libGL

View File

@@ -10,6 +10,7 @@
environment.systemPackages = with pkgs; [
# jetbrains.idea-community
zed-editor
# LSP
asm-lsp