Add more configuration options

This commit is contained in:
DashieTM 2024-08-02 03:06:52 +02:00
parent 9ac5b25036
commit b0979afa53
6 changed files with 206 additions and 96 deletions

View file

@ -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'";