chore:rm_legcord && fix_env

This commit is contained in:
dichgrem
2025-09-22 17:24:34 +08:00
parent edee5b640a
commit ad87ebc279
3 changed files with 8 additions and 9 deletions

5
home/gui/editor/zed.nix Normal file
View File

@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
zed-editor
];
}

View File

@@ -1,5 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
legcord
neovim
];
}