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 = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enable32Bit = 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 = {
|
environment.variables = {
|
||||||
ROC_ENABLE_PRE_VEGA = "1";
|
ROC_ENABLE_PRE_VEGA = "1";
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
gamescope
|
gamescope
|
||||||
antimicrox
|
antimicrox
|
||||||
sc-controller
|
sc-controller
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
extraLibraries = pkgs: [
|
extraLibraries = pkgs: [
|
||||||
|
|
@ -32,6 +33,8 @@
|
||||||
pkgsi686Linux.xorg.libXi
|
pkgsi686Linux.xorg.libXi
|
||||||
pkgsi686Linux.libsndfile
|
pkgsi686Linux.libsndfile
|
||||||
pkgsi686Linux.libmpg123
|
pkgsi686Linux.libmpg123
|
||||||
|
gnome2.GConf
|
||||||
|
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,9 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
prismlauncher
|
prismlauncher
|
||||||
libgpod
|
libgpod
|
||||||
ark
|
kdePackages.ark
|
||||||
qv4l2
|
vesktop
|
||||||
|
v4l-utils
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
blender-hip
|
blender-hip
|
||||||
cinny-desktop
|
cinny-desktop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue