havent committed in a while im scared for the amount of conflicts

This commit is contained in:
beanigen 2025-04-16 12:41:46 +08:00
parent 9c361a2c9e
commit 8d7bb8cbee
No known key found for this signature in database
3 changed files with 8 additions and 3 deletions

View file

@ -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";

View file

@ -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
]; ];
}) })
]; ];

View file

@ -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