Gaming/pcsx2: set up syncthing
This commit is contained in:
parent
74116aa110
commit
91ebf1acc9
1 changed files with 19 additions and 0 deletions
|
|
@ -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
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue