mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 11:12:00 -05:00
chore:rm_legcord && fix_env
This commit is contained in:
5
home/gui/editor/zed.nix
Normal file
5
home/gui/editor/zed.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
zed-editor
|
||||
];
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
legcord
|
||||
neovim
|
||||
];
|
||||
}
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user