Update FredOS-Gaming.nix
This commit is contained in:
parent
32b55c16d2
commit
4bc7dd7a26
1 changed files with 3 additions and 3 deletions
|
|
@ -7,16 +7,16 @@
|
|||
heroic
|
||||
mangohud
|
||||
];
|
||||
|
||||
services.lact.enable = true;
|
||||
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = ["amdgpu"];
|
||||
|
||||
# Enable AMD GPU overdrive for overclocking/undervolting
|
||||
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue