super-mario-127

This commit is contained in:
2024-12-04 22:33:31 -06:00
parent fcc0b36089
commit a655b2fd00
2 changed files with 71 additions and 0 deletions

View File

@@ -44,6 +44,8 @@
customPackages = [
# minecraft launcher
(pkgs.callPackage ../../pkgs/polymc/default.nix { })
# Super Mario 127
(pkgs.callPackage ../../pkgs/super-mario-127/default.nix { })
# 3Ds emulator
(pkgs.callPackage ../../pkgs/citra/default.nix { branch = "nightly"; })
];