diff --git a/roles/gaming/programs/retroarch.nix b/roles/gaming/programs/retroarch.nix index 7338caf..72bd0e8 100644 --- a/roles/gaming/programs/retroarch.nix +++ b/roles/gaming/programs/retroarch.nix @@ -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