diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-02 21:36:04 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-02 21:36:04 +0200 |
| commit | 923a2f6b4bd124e6326c86fdcb4f541dd06b2bd5 (patch) | |
| tree | 290776c4db2108280476e5b41ce3fc739d361ed0 /modules/by-name/st | |
| parent | modules/default/projects: Add one (diff) | |
| download | nixos-config-923a2f6b4bd124e6326c86fdcb4f541dd06b2bd5.zip | |
modules/default/unison: Move the pathsTo* rules to their respective modules
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/st/steam/module.nix | 5 |
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; }; |
