add more generic and gui information reporting utils

This commit is contained in:
chaos 2024-03-10 20:58:25 +00:00
parent f2ad6439f3
commit 917f454c39
No known key found for this signature in database
2 changed files with 13 additions and 6 deletions

View file

@ -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
])
];
]);
}

View file

@ -14,6 +14,7 @@
htop
pciutils
usbutils
i2c-tools
iotop
iptraf-ng
];