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, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs;
ddcutil [
glxinfo wmctrl
(with pkgs.xorg; [ ddcutil
glxinfo
libva-utils
vdpauinfo
clinfo
]
++ (with pkgs.xorg; [
xdpyinfo xdpyinfo
xprop xprop
xrandr xrandr
]) ]);
];
} }

View file

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