From f9095bee39e5d1c70783402ef7a6ff3973ae36e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sat, 20 Sep 2025 19:07:55 -0600 Subject: [PATCH] chore: Don't sync music --- users/crumb/files.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/users/crumb/files.nix b/users/crumb/files.nix index 1650f33..9a820ad 100644 --- a/users/crumb/files.nix +++ b/users/crumb/files.nix @@ -74,13 +74,13 @@ in lib.mkMerge [ ]; ignorePerms = true; }; - "Music" = { - path = "~/Music"; - devices = [ - "deertopia" - ]; - ignorePerms = true; - }; + # "Music" = { + # path = "~/Music"; + # devices = [ + # "deertopia" + # ]; + # ignorePerms = true; + # }; }; }; }