Add shadps4 package

This commit is contained in:
Ethan Simmons
2025-02-24 15:59:46 -06:00
parent d68035d1ba
commit dd0df124f9
6 changed files with 136 additions and 2 deletions

View File

@@ -9,11 +9,12 @@ with lib; let
in
{
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; with localPackages.x86_64-linux; []
environment.systemPackages = with pkgs; []
++ optional cfg.protonup.enable protonup-qt
++ optional cfg.gamescope.enable gamescope
++ optional cfg.discord.enable vesktop
++ optional cfg.minecraft.enable prismlauncher
++ optional cfg.ps4.enable localPackages.x86_64-linux.shadps4
++ optionals cfg.lutris.enable [ lutris wine ];
programs.steam = mkIf cfg.steam.enable {