1
0
Fork 0

Apps: add GameMode

This commit is contained in:
Aires 2024-07-31 14:20:28 -04:00
parent 864be49c3f
commit 884e464599

View file

@ -35,5 +35,8 @@ with lib;
# Add script to restart xpadneo in case of issues
aux.system.packages = [ reset-controllers-script ];
# Enable GameMode
programs.gamemode.enable = true;
};
}