{ pkgs, ... }: { environment.systemPackages = with pkgs; [ virglrenderer ]; services.spice-vdagentd.enable = true; }