Compare commits

..

No commits in common. "3ecf51580d0c30fcda93c809b445ba43944293d6" and "190044ee8fdd5619929f861882afdbbf00f6395e" have entirely different histories.

8 changed files with 4 additions and 46 deletions

5
roles/gaming/default.nix Normal file → Executable file
View file

@ -2,7 +2,8 @@
{
imports = [
./programs
./services
./steam.nix
./mangohud.nix
./rpcs3.nix
];
}

View file

@ -1,9 +0,0 @@
{ ... }:
{
imports = [
./steam.nix
./mangohud.nix
./rpcs3.nix
];
}

View file

@ -1,7 +0,0 @@
{ ... }:
{
imports = [
./syncthing.nix
];
}

View file

@ -1,21 +0,0 @@
{ config, ... }:
{
/*
This file will sync saves for games that don't have cloud saves
TODO: turn this into a module eventually
*/
services.syncthing.folders = {
"steam-201810" = {
label = "Wolfenstein The New Order Saves";
id = "laxxf-t2wmy";
devices = [ "steamdeck" "server" "pc" ];
path = "~/.local/share/Steam/steamapps/compatdata/201810/pfx/drive_c/users/steamuser/Saved Games/MachineGames/Wolfenstein The New Order/";
};
};
home-manager.users.toast.home.file."steam-201810-ignore" = {
target = ".local/share/Steam/steamapps/compatdata/201810/pfx/drive_c/users/steamuser/Saved Games/MachineGames/Wolfenstein The New Order/.stignore";
text = "base/qconsole.log\nbase/wolfConfig.cfg";
};
}

View file

@ -18,15 +18,9 @@
"school-things" = {
label = "School things";
id = "z6alc-nfoqr";
devices = [ "steamdeck" "server" "pc"];
devices = [ "steamdeck" "server" ];
path = "${config.services.syncthing.dataDir}/school-things";
};
"steam-201810" = {
label = "Wolfenstein The New Order Saves";
id = "laxxf-t2wmy";
devices = [ "steamdeck" "server" "pc" ];
path = "${config.services.syncthing.dataDir}/steam-201810";
};
};
};
systemd.services.syncthing.serviceConfig = {