mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
chore(gaming): unneeded parameter in anonymous lambda
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…
Add table
Add a link
Reference in a new issue