From 923a2f6b4bd124e6326c86fdcb4f541dd06b2bd5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 2 Aug 2026 21:36:04 +0200 Subject: modules/default/unison: Move the pathsTo* rules to their respective modules --- modules/by-name/st/steam/module.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/by-name/st/steam') 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; }; -- cgit v1.3.1