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