add(nixos): lact for amd
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
hardware.amdgpu.initrd.enable = true;
|
hardware.amdgpu = {
|
||||||
|
overdrive.enable = true;
|
||||||
|
initrd.enable = true;
|
||||||
|
};
|
||||||
|
services.lact.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user