hardware.opengl was renamed to hardware.graphics

This commit is contained in:
Erwin Boskma 2024-06-24 14:26:50 +02:00
parent b886319f51
commit 31ad79b1b9
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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;