chore(gaming): unneeded parameter in anonymous lambda
Some checks are pending
Check flake / check (push) Waiting to run

This commit is contained in:
Youwen Wu 2025-01-23 23:04:08 -08:00
parent ccf58bcf15
commit e43ec017ec
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -108,7 +108,7 @@ in
"steam-unwrapped"
];
users.users = forAllGamemodeUsers (username: {
users.users = forAllGamemodeUsers (_: {
extraGroups = [ "gamemode" ];
});