This commit is contained in:
Leonardo Eugênio 2024-12-12 01:16:07 -03:00
parent f755ab3172
commit dae9614ba7
10 changed files with 154 additions and 135 deletions

View file

@ -25,16 +25,13 @@ in
wantedBy = [ "multi-user.target" ];
};
hardware.opengl.driSupport = true;
# # For 32 bit applications
hardware.opengl.driSupport32Bit = true;
hardware.graphics.enable32Bit = true;
hardware.opengl.extraPackages = with pkgs; [
libva
libvdpau
vaapiVdpau
rocm-opencl-icd
rocm-opencl-runtime
rocmPackages.clr
rocmPackages.rocm-smi
];

View file

@ -36,6 +36,8 @@ in
];
hardware.opentabletdriver.enable = true;
hardware.opentabletdriver.package = pkgs.unstable.opentabletdriver;
boot.kernelPackages = pkgs.linuxPackages_latest;