mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:59:23 +08:00
add 32bit opengl
This commit is contained in:
@@ -26,7 +26,11 @@
|
||||
};
|
||||
services.dbus.implementation = "broker";
|
||||
programs.dconf.enable = true;
|
||||
hardware.opengl.extraPackages = with inputs.pkgs; [ intel-media-driver intel-ocl ];
|
||||
hardware.opengl =
|
||||
{
|
||||
extraPackages = with inputs.pkgs; [ intel-media-driver intel-ocl ];
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
systemd.services =
|
||||
{
|
||||
reload-iwlwifi-after-hibernate =
|
||||
|
||||
Reference in New Issue
Block a user