Remove specific programs.
This commit is contained in:
parent
23747b5e40
commit
8a0a7a98de
@ -67,23 +67,23 @@
|
|||||||
jellyfin-mpv-shim # Jellyfin media with mpv
|
jellyfin-mpv-shim # Jellyfin media with mpv
|
||||||
pandoc # I wish I didn't have to use it
|
pandoc # I wish I didn't have to use it
|
||||||
(nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font
|
(nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font
|
||||||
(retroarch.override {
|
# (retroarch.override {
|
||||||
cores = with libretro; [
|
# cores = with libretro; [
|
||||||
snes9x
|
# snes9x
|
||||||
mgba
|
# mgba
|
||||||
gambatte
|
# gambatte
|
||||||
flycast
|
# flycast
|
||||||
genesis-plus-gx
|
# genesis-plus-gx
|
||||||
mupen64plus
|
# mupen64plus
|
||||||
melonds
|
# melonds
|
||||||
fceumm
|
# fceumm
|
||||||
beetle-saturn
|
# beetle-saturn
|
||||||
];
|
# ];
|
||||||
}) # Retroarch with cores
|
# }) # Retroarch with cores
|
||||||
dolphin-emu # Gamecube/wii emulator
|
# dolphin-emu # Gamecube/wii emulator
|
||||||
duckstation # Playstation 1 emulator
|
# duckstation # Playstation 1 emulator
|
||||||
pcsx2 # Playstation 2 emulator
|
# pcsx2 # Playstation 2 emulator
|
||||||
ppsspp-sdl-wayland # Playstation portable emulator
|
# ppsspp-sdl-wayland # Playstation portable emulator
|
||||||
(callPackage ./modules/scripts.nix { inherit pkgs; }) # My scripts
|
(callPackage ./modules/scripts.nix { inherit pkgs; }) # My scripts
|
||||||
# (callPackage ./modules/comet-gog.nix { inherit pkgs; }) # Comet for gog achievements
|
# (callPackage ./modules/comet-gog.nix { inherit pkgs; }) # Comet for gog achievements
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user