Add proper intel graphics drivers

This commit is contained in:
2024-08-24 10:23:44 -07:00
parent 23b5dc7045
commit 4ee34fe9f5

View File

@@ -83,7 +83,15 @@
options = "caps:escape"; options = "caps:escape";
}; };
hardware.graphics.enable = true; hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver
intel-vaapi-driver
libvdpau-va-gl
];
};
hardware.pulseaudio.enable = true; hardware.pulseaudio.enable = true;
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.