Configure gamescope and gamemode for mrmeeseeks

This commit is contained in:
Yorick Barbanneau 2024-01-14 18:37:05 +01:00
parent a8114e7728
commit 44ea1eed41

View file

@ -1,4 +1,8 @@
{ ... }: { { ... }: {
config.modules.gaming.steam.enable = true; config.modules.gaming.steam = {
enable = true;
gamemode = true;
gamescope = true;
};
config.modules.hardware.laptop.enable = false; config.modules.hardware.laptop.enable = false;
} }