fix launch script for emulation station
This commit is contained in:
parent
e51fd1f639
commit
f6136ee61e
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ in {
|
||||||
cfg.themesDir
|
cfg.themesDir
|
||||||
] ++ cfg.extraConfigFiles;
|
] ++ cfg.extraConfigFiles;
|
||||||
};
|
};
|
||||||
cli = pkgs.writeScript "emulationstation" "${pkgs.emulationstationPatched}/bin/emulationstation --home ${cfg.homeDir} --gamelist-only";
|
cli = pkgs.writeShellScript "emulationstation" "${pkgs.emulationstationPatched}/bin/emulationstation --home ${cfg.homeDir} --gamelist-only";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue