aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/emulators.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/programs/emulators.nix')
-rw-r--r--modules/programs/emulators.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/programs/emulators.nix b/modules/programs/emulators.nix
new file mode 100644
index 0000000..d78cd4b
--- /dev/null
+++ b/modules/programs/emulators.nix
@@ -0,0 +1,10 @@
+{
+ flake.modules.homeManager.emulators = { pkgs, ... }: {
+ home.packages = with pkgs; [
+ steam-rom-manager
+ pcsx2
+ rpcs3
+ ryubing
+ ];
+ };
+}