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
];
}

View File

@@ -48,7 +48,6 @@ in {
# Editor
nano
neovim
# Networking tool
iperf3
@@ -57,12 +56,6 @@ in {
aria2
yt-dlp
#Blog
go
pnpm
nodejs_20
tree
#Android
xxd
file
@@ -71,15 +64,16 @@ in {
payload-dumper-go
# Misc
tree
libnotify
libvirt
lm_sensors
# Dev
go
gcc
clang
zig
zed-editor
];
};