{ config, lib, pkgs, ... }: { # enable GPU acceleration (mesa, vulkan, egl) hardware.graphics = { enable = true; enable32Bit = true; }; }