From 2a2a6c52b92f3c541fe58dca861e4a999f7c2cef Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 23 Dec 2023 00:38:56 +0000 Subject: [PATCH] Enable PlayStation emulators on odyssey --- hosts/odyssey/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/odyssey/default.nix b/hosts/odyssey/default.nix index 8285efc..f11328c 100644 --- a/hosts/odyssey/default.nix +++ b/hosts/odyssey/default.nix @@ -86,6 +86,10 @@ browsers = { firefox.enable = true; }; + gaming.emulators = { + ps2.enable = true; + psp.enable = true; + }; media.graphics = { modeling.enable = true; raster.enable = true;