{ pkgs, ... }: { imports = [ ./graphics.nix ./libva.nix ./vulkan.nix ./xserver.nix ]; environment.systemPackages = [ pkgs.mediastreamer-openh264 ]; }