Add more configuration options
This commit is contained in:
parent
9ac5b25036
commit
b0979afa53
6 changed files with 206 additions and 96 deletions
|
|
@ -9,6 +9,7 @@
|
|||
lutris
|
||||
wine
|
||||
adwsteamgtk
|
||||
heroic
|
||||
];
|
||||
|
||||
programs.steam.enable = true;
|
||||
|
|
@ -19,10 +20,11 @@
|
|||
general = {
|
||||
governor = "performance";
|
||||
};
|
||||
gpu = {
|
||||
gpu = lib.mkIf config.conf.gaming.gamemode_gpu {
|
||||
apply_gpu_optimisations = "accept-responsibility";
|
||||
gpu_device = config.conf.gaming.device;
|
||||
amd_performance_level = "high";
|
||||
nv_powermizer_mode = 1;
|
||||
};
|
||||
custom = {
|
||||
start = "notify-send -a 'Gamemode' 'Optimizations activated'";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue