omega: don't use amdvlk

Apparently it's shit and mesa is way better??
This commit is contained in:
Casper V. Kristensen 2024-12-05 21:28:31 +01:00
parent 37ca945396
commit be18c4f221

View file

@ -1,7 +1,5 @@
{
config,
lib,
pkgs,
modulesPath,
nixos-hardware,
...
@ -55,11 +53,6 @@
# GPU
hardware.amdgpu = {
amdvlk = {
enable = true;
support32Bit.enable = true;
supportExperimental.enable = true;
};
opencl.enable = true;
};
}