n
This commit is contained in:
parent
c5565b7c9b
commit
06712609b0
@ -17,11 +17,11 @@ in
|
||||
hardware = {
|
||||
opengl = {
|
||||
enable = true;
|
||||
extraPackages = (with pkgs; [
|
||||
extraPackages = with pkgs; [
|
||||
mesa.drivers
|
||||
libvdpau-va-gl
|
||||
vaapiVdpau
|
||||
]) ++ [ intel-driver ];
|
||||
] ++ [ intel-driver ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user