switch to using diffoscopeMinimal for reverse engineering

This commit is contained in:
chaos 2024-03-10 20:57:16 +00:00
parent 1a71ed1775
commit f2ad6439f3
No known key found for this signature in database
4 changed files with 31 additions and 2 deletions

11
home/dev/all/info-gui.nix Normal file
View file

@ -0,0 +1,11 @@
{pkgs, ...}: {
home.packages = with pkgs; [
ddcutil
glxinfo
(with pkgs.xorg; [
xdpyinfo
xprop
xrandr
])
];
}

View file

@ -1,3 +1,20 @@
{pkgs, ...}: {
home.packages = with pkgs; [neofetch inxi btop htop pciutils usbutils iotop iptraf-ng];
home.packages = with pkgs; [
neofetch
(inxi.override {
withRecommendedSystemPrograms = true;
})
lm_sensors
hddtemp
freeipmi
ipmitool
smartmontools
tree
btop
htop
pciutils
usbutils
iotop
iptraf-ng
];
}

View file

@ -3,6 +3,6 @@
binwalk
file
binutils
diffoscope
diffoscopeMinimal
];
}

View file

@ -28,6 +28,7 @@
imports = with tree; [
home.base
home.dev.all
home.reversing
home.homeFolders
home.musicLibrary