[NixOS] Add perf package for ryzen-shine

This commit is contained in:
Ivan Malison 2023-06-13 22:20:08 -06:00
parent 9808c67841
commit 46e4f97612
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -8,6 +8,10 @@
../games.nix
];
environment.systemPackages = with pkgs; [
linuxPackages_latest.perf
];
hardware.enableRedistributableFirmware = true;
networking.interfaces.enp5s0.useDHCP = true;