update hardware.opengl.* to hardware.graphics.*
This commit is contained in:
parent
d3b808c2d1
commit
9885028d8c
2 changed files with 4 additions and 4 deletions
|
@ -45,9 +45,9 @@ in {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# platform = "ipu6";
|
# platform = "ipu6";
|
||||||
# };
|
# };
|
||||||
opengl = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport32Bit = true;
|
enable32Bit = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
mesa
|
mesa
|
||||||
libdrm
|
libdrm
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
hardware = {
|
hardware = {
|
||||||
opengl = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport32Bit = true;
|
enable32Bit = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
mesa
|
mesa
|
||||||
amdvlk
|
amdvlk
|
||||||
|
|
Loading…
Reference in a new issue