* Add EmulationStation DE
* Change $XDG_DATA_HOME reference to $XDG_CONFIG_HOME
--- /dev/null
+{
+ "name": "emulationstation-de",
+ "files": [
+ {
+ "path": "$HOME/.emulationstation",
+ "movable": true,
+ "help": "Export the following environment variable:\n\n```bash\nexport ESDE_APPDATA_DIR=\"$XDG_CONFIG_HOME\"/ES-DE\n```\n"
+ },
+ {
+ "path": "$HOME/ES-DE",
+ "movable": true,
+ "help": "Export the following environment variable:\n\n```bash\nexport ESDE_APPDATA_DIR=\"$XDG_CONFIG_HOME\"/ES-DE\n```\n"
+ }
+ ]
+}