diff --git a/profiles/Generic/config.nix b/profiles/Generic/config.nix index 729006ef..c7422ad3 100644 --- a/profiles/Generic/config.nix +++ b/profiles/Generic/config.nix @@ -63,6 +63,26 @@ }; }; + windows.users.manuel = { + nextcloud = { + folderSyncs = + let + localPath = "C:/tools/RetroArch-Win64"; + remotePath = "/Saved Games/RetroArch"; + in [ + { + remotePath = "${remotePath}/Saves"; + localPath = "${localPath}/saves"; + virtualFiles = false; + } + { + remotePath = "${remotePath}/System"; + localPath = "${localPath}/system"; + } + ]; + }; + }; + timeZone = "Europe/Zurich"; keyMap = "de_CH-latin1"; keyboardLayout = "ch";