Gaming/retroarch: create saves and states folders
This commit is contained in:
parent
8b7546a7fb
commit
8e49b25e4d
1 changed files with 6 additions and 2 deletions
|
|
@ -72,8 +72,12 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
# Retroarch is dumb since it doesn't generate this folder (but it does for others)
|
||||
systemd.user.tmpfiles.rules = [ "d /%h/.local/share/retroarch/playlists" ];
|
||||
# Retroarch is dumb since it doesn't generate some folders (but it does for others)
|
||||
systemd.user.tmpfiles.rules = [
|
||||
"d /%h/.local/share/retroarch/playlists"
|
||||
"d /%h/.local/share/retroarch/saves"
|
||||
"d /%h/.local/share/retroarch/states"
|
||||
];
|
||||
};
|
||||
|
||||
# Sync saves and some other stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue