{pkgs, ...}: { home.packages = with pkgs; [ ddcutil glxinfo (with pkgs.xorg; [ xdpyinfo xprop xrandr ]) ]; }