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