fix(gamemode): properly configure gpu settings
This commit is contained in:
parent
43f6b7b491
commit
c770d8e038
2 changed files with 10 additions and 3 deletions
|
@ -26,6 +26,13 @@
|
|||
programs.gamemode = {
|
||||
enable = true;
|
||||
enableRenice = true;
|
||||
settings = {
|
||||
gpu = {
|
||||
apply_gpu_optimisations = "accept-responsibility";
|
||||
gpu_device = 1;
|
||||
amd_performance_level = "auto";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Enable KDEConnect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue