Remove specific programs.
This commit is contained in:
parent
23747b5e40
commit
8a0a7a98de
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user