From e07cfe1eeb31ef79c615602b40f8b1f8fd4d63d1 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Tue, 9 Jul 2024 18:19:34 -0500 Subject: [PATCH] removed emulators --- users/leyla/packages.nix | 44 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/users/leyla/packages.nix b/users/leyla/packages.nix index 0f87f9a..8ef0beb 100644 --- a/users/leyla/packages.nix +++ b/users/leyla/packages.nix @@ -73,28 +73,28 @@ in (lib.mkIf cfg.hasOpenRGBHardware openrgb) (lib.mkIf cfg.hasViaKeyboard via) - # gaming - # emulators - # nintendo - # TODO: replace this with self hosted flake - # (lib.mkIf cfg.hasGPU yuzu-mainline) # Switch Emulator - # TODO: replace this with self hosted flake - # citra-canary # 3DS emulator - (lib.mkIf cfg.hasGPU cemu) # Wii-U emulator - dolphin-emu # GameCube and Wii Emulator - desmume # DS Emulator - mupen64plus # N64 Emulator - zsnes # SNES Emulator - vbam # Game Boy Advanced Emulator - fceux # NES Emulator - # play station - rpcs3 # PS3 Emulator - pcsx2 # PS2 Emulator - pcsxr # PS1 Emulator - # TODO: more play station emulators here when they come out - #misc - stella # Atari 2600 Emulator - mame # mame Emulator + # # gaming + # # emulators + # # nintendo + # # TODO: replace this with self hosted flake + # # (lib.mkIf cfg.hasGPU yuzu-mainline) # Switch Emulator + # # TODO: replace this with self hosted flake + # # citra-canary # 3DS emulator + # (lib.mkIf cfg.hasGPU cemu) # Wii-U emulator + # dolphin-emu # GameCube and Wii Emulator + # desmume # DS Emulator + # mupen64plus # N64 Emulator + # zsnes # SNES Emulator + # vbam # Game Boy Advanced Emulator + # fceux # NES Emulator + # # play station + # rpcs3 # PS3 Emulator + # pcsx2 # PS2 Emulator + # pcsxr # PS1 Emulator + # # TODO: more play station emulators here when they come out + # #misc + # stella # Atari 2600 Emulator + # mame # mame Emulator ] ); } \ No newline at end of file