fix(gpu): enable 32-bit drivers
This commit is contained in:
parent
d05a9ab0c9
commit
f63142f9a2
|
@ -31,6 +31,7 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enable32Bit = true;
|
||||||
|
|
||||||
# https://nixos.wiki/wiki/Accelerated_Video_Playback
|
# https://nixos.wiki/wiki/Accelerated_Video_Playback
|
||||||
extraPackages = with pkgs; optionals intel [
|
extraPackages = with pkgs; optionals intel [
|
||||||
|
|
Loading…
Reference in a new issue