Disabled non-free emulators

This commit is contained in:
Jan-Bulthuis 2025-04-23 14:21:29 +02:00
parent 7d806c7548
commit b965351818

View File

@ -35,7 +35,8 @@ in
];
home.packages = with pkgs; [
retroarch-full
# retroarch-full
retroarch-free
];
};
}