fixing shit

This commit is contained in:
cnst
2024-07-15 22:47:43 +02:00
parent 9c2d060f27
commit 5a37c61562
5 changed files with 29 additions and 48 deletions

View File

@@ -0,0 +1,9 @@
{
programs.corectrl = {
enable = true;
gpuOverclock = {
enable = true;
ppfeaturemask = "0xffffffff";
};
};
}

View File

@@ -5,6 +5,7 @@
./bottles
./gamemode
./gamescope
./corectrl
];
environment = {
systemPackages = with pkgs; [

View File

@@ -28,7 +28,6 @@
kernelParams = [
"quiet"
"splash"
"amdgpu.ppfeaturemask=0xffffffff"
];
extraModulePackages = [];
};