miku: Disable keypad lights with gamemode

This commit is contained in:
2023-04-30 15:22:52 +02:00
parent a193b02ce0
commit b58d5eb12f
5 changed files with 63 additions and 7 deletions

View File

@@ -166,6 +166,8 @@
kernel.sysctl = {
# League of Legends under Linux
"abi.vsyscall32" = 0;
# Fedora 39
"vm.max_map_count" = 2147483642;
};
extraModulePackages = [ kernel.vendor-reset ];