1

gamemode group + xpadneo

This commit is contained in:
2022-07-26 14:19:42 +02:00
parent a71833935f
commit d714635280
2 changed files with 3 additions and 0 deletions

View File

@ -210,6 +210,7 @@
"wheel" "wheel"
"audio" "audio"
"realtime" "realtime"
"gamemode"
"docker" "docker"
"adbusers" "adbusers"
"scanner" "scanner"

View File

@ -75,5 +75,7 @@
opengl.driSupport32Bit = true; opengl.driSupport32Bit = true;
sane.enable = true; # Scanning sane.enable = true; # Scanning
xpadneo.enable = true; # Xbox Controller
}; };
} }