{ pkgs, ... }: { programs.lutris = { enable = true; runners = { wine.package = pkgs.wine; }; }; }