fix(nix): enable amdvlk drivers

This commit is contained in:
Lucas Sta Maria 2025-03-02 00:54:34 -05:00
parent b42ace38d7
commit c43419932b
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -59,6 +59,7 @@
# AMD
hardware.cpu.amd.updateMicrocode = true;
hardware.graphics.enable = true;
hardware.amdgpu.amdvlk.enable = true;
# Power
powerManagement = {