hardware.opengl was renamed to hardware.graphics
This commit is contained in:
parent
b886319f51
commit
31ad79b1b9
2 changed files with 3 additions and 3 deletions
|
@ -130,8 +130,8 @@
|
|||
forceFullCompositionPipeline = true;
|
||||
};
|
||||
|
||||
opengl = {
|
||||
driSupport32Bit = true;
|
||||
graphics = {
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
vaapiVdpau
|
||||
vulkan-validation-layers
|
||||
|
|
|
@ -58,7 +58,7 @@ in
|
|||
theme = "nixos-blur";
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
environment.systemPackages =
|
||||
with pkgs;
|
||||
|
|
Loading…
Reference in a new issue