Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
es-de # ES-DE
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
es-de # ES-DE
];
} Package Definition
{
"pname": "es-de",
"version": "3.4.1,288889626",
"src": {
"url": "https://gitlab.com/es-de/emulationstation-de/-/package_files/288889626/download",
"sha256": "e7b2f404a3df47f299884177d2b76cd45c2d1550807b32e7829f37a25a53776f"
},
"installPhase": [
"mkdir -p \"$out/Applications/ES-DE.app\" && cp -r \"ES-DE.app\" \"$out/Applications\""
],
"meta": {
"description": "Frontend for browsing and launching games from your multi-platform collection",
"homepage": "https://www.es-de.org/"
}
}