Sif: add graphics support for 32 bit
This commit is contained in:
parent
cc58825794
commit
20ffa62f4a
1 changed files with 1 additions and 1 deletions
|
|
@ -43,6 +43,7 @@
|
||||||
|
|
||||||
graphics = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enable32Bit = true;
|
||||||
extraPackages = with pkgs; [ vpl-gpu-rt ];
|
extraPackages = with pkgs; [ vpl-gpu-rt ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -243,7 +244,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
opengl.driSupport32Bit = true;
|
|
||||||
steam-hardware.enable = true;
|
steam-hardware.enable = true;
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue