mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-31 09:58:53 -08:00
chore(gaming): unneeded parameter in anonymous lambda
Some checks are pending
Check flake / check (push) Waiting to run
Some checks are pending
Check flake / check (push) Waiting to run
This commit is contained in:
parent
ccf58bcf15
commit
e43ec017ec
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ in
|
|||
"steam-unwrapped"
|
||||
];
|
||||
|
||||
users.users = forAllGamemodeUsers (username: {
|
||||
users.users = forAllGamemodeUsers (_: {
|
||||
extraGroups = [ "gamemode" ];
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue