mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
treewide: rename graphics-options from opengl
This commit is contained in:
parent
2c88e9f057
commit
9bf3f2adb1
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ in
|
|||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
|
||||
};
|
||||
hardware.opengl = {
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-media-driver # LIBVA_DRIVER_NAME=iHD
|
||||
|
|
|
@ -31,8 +31,8 @@ in
|
|||
programs.steam.enable = true;
|
||||
|
||||
hardware = {
|
||||
opengl.driSupport32Bit = true;
|
||||
opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||
graphics.enable32Bit = true;
|
||||
graphics.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||
pulseaudio.support32Bit = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue