From 42d1b6fb20df73bd8a894c7fd10145aa782cf679 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Wed, 4 Jun 2025 17:14:37 -0500 Subject: [PATCH] fix paths --- hosts/desktop/services.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/desktop/services.nix b/hosts/desktop/services.nix index 4a2fe29..e950db0 100755 --- a/hosts/desktop/services.nix +++ b/hosts/desktop/services.nix @@ -26,7 +26,8 @@ in "/home/matt" ]; exclude = [ - "/home/matt/Games" + "/home/matt/Steam" + "/home/matt/Heroic" "/home/matt/1TB" "/home/matt/Downloads" "/home/matt/Nextcloud" @@ -49,7 +50,8 @@ in "/home/matt" ]; exclude = [ - "/home/matt/Games" + "/home/matt/Steam" + "/home/matt/Heroic" "/home/matt/1TB" "/home/matt/Downloads" "/home/matt/Nextcloud"