summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
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";