global(gpu): enable 32-bit drivers
This commit is contained in:
parent
251bfe0475
commit
1849e4836d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue