feat: add some tools
This commit is contained in:
@@ -10,6 +10,8 @@ with pkgs; [
|
||||
tokio-console
|
||||
iaito
|
||||
ghidra-bin
|
||||
protobuf
|
||||
buf
|
||||
uv
|
||||
unityhub
|
||||
python313Packages.r2pipe
|
||||
|
||||
@@ -26,6 +26,7 @@ with pkgs; [
|
||||
win2xcur
|
||||
waypaper
|
||||
swww
|
||||
sdrpp
|
||||
rofi-wayland
|
||||
hyprshot
|
||||
vesktop
|
||||
|
||||
6
pkgs/unstable.nix
Normal file
6
pkgs/unstable.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
# things in the nixos unstable registry
|
||||
|
||||
{ pkgs, unstable, ... }:
|
||||
|
||||
with pkgs;
|
||||
[ ]
|
||||
@@ -9,15 +9,27 @@ with pkgs; [
|
||||
# archives
|
||||
zip
|
||||
xz
|
||||
rtl-sdr
|
||||
hyprpicker
|
||||
zlib
|
||||
unzip
|
||||
p7zip
|
||||
fd
|
||||
|
||||
# k8s
|
||||
kubectx
|
||||
k9s
|
||||
lens
|
||||
fluxcd
|
||||
kubescape
|
||||
|
||||
# utils
|
||||
xclip
|
||||
openssl
|
||||
ffmpeg
|
||||
reptyr
|
||||
cloc
|
||||
protocol
|
||||
piper-tts
|
||||
pavucontrol
|
||||
ripgrep
|
||||
@@ -55,6 +67,5 @@ with pkgs; [
|
||||
bridge-utils
|
||||
|
||||
cudaPackages.cudatoolkit
|
||||
airspy
|
||||
airspyhf
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user