Add shadps4 package

This commit is contained in:
Ethan Simmons
2025-04-05 18:51:17 -05:00
parent d68035d1ba
commit dd0df124f9
6 changed files with 136 additions and 2 deletions
+6
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;