switch to using diffoscopeMinimal for reverse engineering
This commit is contained in:
parent
1a71ed1775
commit
f2ad6439f3
11
home/dev/all/info-gui.nix
Normal file
11
home/dev/all/info-gui.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
ddcutil
|
||||||
|
glxinfo
|
||||||
|
(with pkgs.xorg; [
|
||||||
|
xdpyinfo
|
||||||
|
xprop
|
||||||
|
xrandr
|
||||||
|
])
|
||||||
|
];
|
||||||
|
}
|
|
@ -1,3 +1,20 @@
|
||||||
{pkgs, ...}: {
|
{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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
binwalk
|
binwalk
|
||||||
file
|
file
|
||||||
binutils
|
binutils
|
||||||
diffoscope
|
diffoscopeMinimal
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
imports = with tree; [
|
imports = with tree; [
|
||||||
home.base
|
home.base
|
||||||
home.dev.all
|
home.dev.all
|
||||||
|
home.reversing
|
||||||
home.homeFolders
|
home.homeFolders
|
||||||
home.musicLibrary
|
home.musicLibrary
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue