wip
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.xserver.videoDrivers = [ "intel" ];
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
vpl-gpu-rt # or intel-media-sdk for QSV
|
||||
];
|
||||
};
|
||||
|
||||
programs.xwayland.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user