havent committed in a while im scared for the amount of conflicts
This commit is contained in:
parent
9c361a2c9e
commit
8d7bb8cbee
3 changed files with 8 additions and 3 deletions
|
|
@ -52,7 +52,8 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9008", MODE="0666
|
|||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = with pkgs; [mesa.opencl];
|
||||
extraPackages = with pkgs; [mesa.opencl libvdpau-va-gl vaapiVdpau vulkan-validation-layers];
|
||||
extraPackages32 = with pkgs; [driversi686Linux.amdvlk driversi686Linux.mesa.opencl];
|
||||
};
|
||||
environment.variables = {
|
||||
ROC_ENABLE_PRE_VEGA = "1";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
gamescope
|
||||
antimicrox
|
||||
sc-controller
|
||||
|
||||
];
|
||||
|
||||
extraLibraries = pkgs: [
|
||||
|
|
@ -32,6 +33,8 @@
|
|||
pkgsi686Linux.xorg.libXi
|
||||
pkgsi686Linux.libsndfile
|
||||
pkgsi686Linux.libmpg123
|
||||
gnome2.GConf
|
||||
|
||||
];
|
||||
})
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue