Remove specific programs.

This commit is contained in:
CronyAkatsuki 2024-04-01 10:35:04 +02:00
parent 23747b5e40
commit 8a0a7a98de

View File

@ -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
];