Gaming/pcsx2: set up syncthing

This commit is contained in:
Toast 2024-05-01 03:34:42 +02:00
parent 74116aa110
commit 91ebf1acc9

View file

@ -133,4 +133,23 @@ in {
''; '';
}; };
}; };
# Syncthing
services.syncthing.settings.folders."pcsx2" = {
label = "PCSX2";
id = "qcdsp-qaaej";
devices = ["steamdeck" "server" "pc" "winmax2"];
path = "~/.config/PCSX2";
};
home-manager.users.toast.xdg.configFile = {
"PCSX2/.stignore".text = ''
cahe
bios
gamesettings
inis/PCSX2.int*
inis/debuggersettings
inputprofiles
logs
'';
};
} }