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