diff --git a/home-manager/home.nix b/home-manager/home.nix index 4d62e5c..ebd49bd 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -67,23 +67,23 @@ jellyfin-mpv-shim # Jellyfin media with mpv pandoc # I wish I didn't have to use it (nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font - (retroarch.override { - cores = with libretro; [ - snes9x - mgba - gambatte - flycast - genesis-plus-gx - mupen64plus - melonds - fceumm - beetle-saturn - ]; - }) # Retroarch with cores - dolphin-emu # Gamecube/wii emulator - duckstation # Playstation 1 emulator - pcsx2 # Playstation 2 emulator - ppsspp-sdl-wayland # Playstation portable emulator + # (retroarch.override { + # cores = with libretro; [ + # snes9x + # mgba + # gambatte + # flycast + # genesis-plus-gx + # mupen64plus + # melonds + # fceumm + # beetle-saturn + # ]; + # }) # Retroarch with cores + # dolphin-emu # Gamecube/wii emulator + # duckstation # Playstation 1 emulator + # pcsx2 # Playstation 2 emulator + # ppsspp-sdl-wayland # Playstation portable emulator (callPackage ./modules/scripts.nix { inherit pkgs; }) # My scripts # (callPackage ./modules/comet-gog.nix { inherit pkgs; }) # Comet for gog achievements ];