summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-10-21 19:46:27 +0200
committerMel <einebeere@gmail.com>2024-10-21 19:46:27 +0200
commitfa501f919cea519f1b0f53686000a74e4abf397e (patch)
tree90eed2f71ad52989e5d6ae292bf55f8993072c87 /modules
parentc25407bd2180c821090fe56c88f395e8fb9c9ba9 (diff)
downloadminerals-fa501f919cea519f1b0f53686000a74e4abf397e.tar.zst
minerals-fa501f919cea519f1b0f53686000a74e4abf397e.zip
Customize retroarch with cores
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 65c8e45..41afcb3 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -80,11 +80,11 @@
     wineWowPackages.stagingFull winetricks bottles
     scrcpy apfs-fuse
 
-    retroarch prismlauncher
+    prismlauncher
   ]) ++ (with unstablePkgs; [
     davinci-resolve muse-sounds-manager
   ]) ++ (with auxiliaryPkgs; [
-    ghidra ngfx
+    ghidra ngfx retroarch
   ]);
 
   environment.etc.openvpn.source = "${pkgs.update-resolv-conf}/libexec/openvpn";