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

@@ -40,6 +40,12 @@ in
default = false;
};
ps4.enable = mkOption {
description = "Whether to install ps4 emulator";
type = types.bool;
default = false;
};
gamescope.enable = mkOption {
description = "Whether to install gamescope";
type = types.bool;