zaphyra's git: nixfiles

zaphyra's nixfiles

commit bbafbe781990adf033cad4b6c7c967b081717b2c
parent 12c9cf6eb7cae95439ced0b7b4a3bb76e30a5458
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 30 Jul 2025 20:18:31 +0200

config/home/zaphyra/programs/errands: fix typo
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/home/zaphyra/programs/errands.nix b/config/home/zaphyra/programs/errands.nix
@@ -10,7 +10,7 @@
   home.packages = [ pkgs.errands ];
 
   home.persistence."/nix/persist/home/${config.home.username}".directories = [
-    "tuba/.local/share/errands"
+    "errands/.local/share/errands"
   ];
 
 }