added busybox

This commit is contained in:
2025-12-31 16:34:21 -05:00
parent f5b22322d0
commit ec5975d663
2 changed files with 8 additions and 10 deletions

View File

@@ -6,14 +6,14 @@
default = pkgs.mkShell { default = pkgs.mkShell {
NIX_CONFIG = "extra-experimental-features = nix-command flakes ca-derivations"; NIX_CONFIG = "extra-experimental-features = nix-command flakes ca-derivations";
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
nix
home-manager
git
my_python
ssh-to-age
gnupg
age age
busybox
git
gnupg
home-manager
my_python
nix
ssh-to-age
]; ];
}; };
} }

View File

@@ -4,6 +4,7 @@
# cli # cli
bat bat
btop btop
busybox
eza eza
fd fd
ffmpegthumbnailer ffmpegthumbnailer
@@ -21,7 +22,6 @@
ripgrep ripgrep
starship starship
tmux tmux
unzip
yazi yazi
zoxide zoxide
# Home Assistant # Home Assistant
@@ -31,13 +31,11 @@
# system info # system info
hwloc hwloc
lynis lynis
pciutils
smartmontools smartmontools
usbutils usbutils
# networking # networking
iperf3 iperf3
nmap nmap
wget
# python # python
poetry poetry
ruff ruff