Improved odin configuration

This commit is contained in:
Filippo Berto 2022-11-11 14:34:31 +01:00
parent 38d1b8f3b9
commit ba84bc21ce
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
7 changed files with 28 additions and 24 deletions

View file

@ -8,6 +8,7 @@
boot.initrd.kernelModules = [ "i915" ];
hardware.opengl.enable = true;
hardware.opengl.driSupport = true;
hardware.opengl.extraPackages = with pkgs; [
intel-media-driver
vaapiIntel