added amd
This commit is contained in:
+6
-1
@@ -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"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user