mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-20 22:29:09 -04:00
added busybox
This commit is contained in:
14
shell.nix
14
shell.nix
@@ -6,14 +6,14 @@
|
||||
default = pkgs.mkShell {
|
||||
NIX_CONFIG = "extra-experimental-features = nix-command flakes ca-derivations";
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nix
|
||||
home-manager
|
||||
git
|
||||
my_python
|
||||
|
||||
ssh-to-age
|
||||
gnupg
|
||||
age
|
||||
busybox
|
||||
git
|
||||
gnupg
|
||||
home-manager
|
||||
my_python
|
||||
nix
|
||||
ssh-to-age
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# cli
|
||||
bat
|
||||
btop
|
||||
busybox
|
||||
eza
|
||||
fd
|
||||
ffmpegthumbnailer
|
||||
@@ -21,7 +22,6 @@
|
||||
ripgrep
|
||||
starship
|
||||
tmux
|
||||
unzip
|
||||
yazi
|
||||
zoxide
|
||||
# Home Assistant
|
||||
@@ -31,13 +31,11 @@
|
||||
# system info
|
||||
hwloc
|
||||
lynis
|
||||
pciutils
|
||||
smartmontools
|
||||
usbutils
|
||||
# networking
|
||||
iperf3
|
||||
nmap
|
||||
wget
|
||||
# python
|
||||
poetry
|
||||
ruff
|
||||
|
||||
Reference in New Issue
Block a user