hardware params

This commit is contained in:
2025-04-20 17:23:56 +03:00
parent a852d18579
commit a2e8ca3af3
2 changed files with 6 additions and 2 deletions

View File

@@ -35,4 +35,8 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.cpu.amd.ryzen-smu.enable = true;
# to enable gamepads
hardware.steam-hardware.enable = true;
}