mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
added busybox
This commit is contained in:
14
shell.nix
14
shell.nix
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user