add more generic and gui information reporting utils
This commit is contained in:
parent
f2ad6439f3
commit
917f454c39
|
@ -1,11 +1,17 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs;
|
||||||
|
[
|
||||||
|
wmctrl
|
||||||
ddcutil
|
ddcutil
|
||||||
glxinfo
|
glxinfo
|
||||||
(with pkgs.xorg; [
|
|
||||||
|
libva-utils
|
||||||
|
vdpauinfo
|
||||||
|
clinfo
|
||||||
|
]
|
||||||
|
++ (with pkgs.xorg; [
|
||||||
xdpyinfo
|
xdpyinfo
|
||||||
xprop
|
xprop
|
||||||
xrandr
|
xrandr
|
||||||
])
|
]);
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
htop
|
htop
|
||||||
pciutils
|
pciutils
|
||||||
usbutils
|
usbutils
|
||||||
|
i2c-tools
|
||||||
iotop
|
iotop
|
||||||
iptraf-ng
|
iptraf-ng
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue