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;
|
forceFullCompositionPipeline = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
opengl = {
|
graphics = {
|
||||||
driSupport32Bit = true;
|
enable32Bit = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
vaapiVdpau
|
vaapiVdpau
|
||||||
vulkan-validation-layers
|
vulkan-validation-layers
|
||||||
|
|
|
@ -58,7 +58,7 @@ in
|
||||||
theme = "nixos-blur";
|
theme = "nixos-blur";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.opengl.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
Loading…
Reference in a new issue