aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/st/steam
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/by-name/st/steam/module.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/by-name/st/steam/module.nix b/modules/by-name/st/steam/module.nix
index aaa36fd3..f44aa0dd 100644
--- a/modules/by-name/st/steam/module.nix
+++ b/modules/by-name/st/steam/module.nix
@@ -26,6 +26,11 @@ in {
"steam-run"
];
+ soispha.services.unison.pathsToIgnore = [
+ # That is just to big to be synchronized (# TODO: Work around that <2024-08-31> )
+ "~/.local/share/Steam"
+ ];
+
programs.steam = {
enable = true;
};