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, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
legcord neovim
]; ];
} }

View File

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