mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 19:22: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, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
legcord
|
neovim
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
@@ -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
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user