mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: hardware.opengl was deprecated
This commit is contained in:
parent
594605ea69
commit
ab9e4b52d4
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ in {
|
|||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
cpu.intel.updateMicrocode = true;
|
||||
opengl = {
|
||||
graphics = {
|
||||
extraPackages = [
|
||||
pkgs.intel-media-driver
|
||||
(mkIf opencl pkgs.intel-compute-runtime)
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ in {
|
|||
in [libraryDir];
|
||||
};
|
||||
|
||||
hardware.opengl = {
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [mesa.drivers];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue