Move emulators to rotterdam only

This commit is contained in:
rotterdam 2023-02-14 11:09:56 -03:00
parent b8ae20a2e5
commit 6a705bff3e
2 changed files with 5 additions and 3 deletions

View file

@ -40,8 +40,6 @@
# prusa-slicer # prusa-slicer
qbittorrent qbittorrent
quickemu quickemu
# retroarchFull
rpcs3
signal-desktop signal-desktop
solvespace solvespace
space-cadet-pinball space-cadet-pinball
@ -64,7 +62,6 @@
# Packages from 3rd party overlays # Packages from 3rd party overlays
agenix agenix
chatterino7 chatterino7
emulationstation-de
koi koi
notesnook notesnook
]; ];

View file

@ -21,7 +21,12 @@
services.hardware.openrgb.enable = true; services.hardware.openrgb.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cemu
# retroarchFull
rpcs3
yuzu-ea yuzu-ea
# Packages from 3rd party overlays
emulationstation-de
]; ];
programs.corectrl.enable = true; programs.corectrl.enable = true;