[NixOS] Add perf package for ryzen-shine
This commit is contained in:
parent
9808c67841
commit
46e4f97612
@ -8,6 +8,10 @@
|
||||
../games.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
linuxPackages_latest.perf
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
networking.interfaces.enp5s0.useDHCP = true;
|
||||
|
Loading…
Reference in New Issue
Block a user