diff options
| author | Mel <einebeere@gmail.com> | 2024-10-21 19:46:27 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-10-21 19:46:27 +0200 |
| commit | fa501f919cea519f1b0f53686000a74e4abf397e (patch) | |
| tree | 90eed2f71ad52989e5d6ae292bf55f8993072c87 /modules | |
| parent | c25407bd2180c821090fe56c88f395e8fb9c9ba9 (diff) | |
| download | minerals-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.nix | 4 |
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"; |
