diff --git a/hosts/common/optional/gaming.nix b/hosts/common/optional/gaming.nix index 60d1870..968d9ce 100644 --- a/hosts/common/optional/gaming.nix +++ b/hosts/common/optional/gaming.nix @@ -1,11 +1,17 @@ -{pkgs, ...}: { +{ pkgs, ... }: +{ + environment.systemPackages = [ + pkgs.unstable.protontricks + pkgs.unstable.winetricks + pkgs.wineWowPackages.stable + pkgs.wineWowPackages.waylandFull + pkgs.steamtinkerlaunch + ]; + programs = { steam = { enable = true; - protontricks = { - enable = true; - }; - extraCompatPackages = [pkgs.unstable.proton-ge-bin]; + extraCompatPackages = [ pkgs.unstable.proton-ge-bin ]; }; gamescope = { enable = true;