added amd

This commit is contained in:
kenji
2025-06-30 15:42:14 -05:00
parent d7489f811a
commit 8f4de3964f
5 changed files with 25 additions and 65 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
{...}: {
{pkgs, ...}: {
hardware.graphics = {
enable = true;
enable32Bit = true; # Crucial for 32-bit games
};
programs.corectrl = {
enable = true;
};
systemd.packages = with pkgs; [corectrl];
systemd.services.corectrl.wantedBy = ["multi-user.target"];
}