more graphics stuff
This commit is contained in:
parent
23544f7fec
commit
6ce1c0045f
|
@ -19,4 +19,8 @@
|
||||||
|
|
||||||
# main network interface
|
# main network interface
|
||||||
systemd.network.networks."10-wan".matchConfig.Name = "eno1";
|
systemd.network.networks."10-wan".matchConfig.Name = "eno1";
|
||||||
|
|
||||||
|
# amd graphics
|
||||||
|
hardware.opengl.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ];
|
||||||
|
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ amdvlk ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,6 @@
|
||||||
systemd.network.networks."10-wan".matchConfig.Name = "enp9s0";
|
systemd.network.networks."10-wan".matchConfig.Name = "enp9s0";
|
||||||
|
|
||||||
# intel graphics
|
# intel graphics
|
||||||
hardware.opengl.extraPackages = with pkgs; [ intel-media-driver ];
|
hardware.opengl.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ];
|
||||||
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ intel-media-driver ];
|
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ intel-media-driver ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue