From 4b1f90cf2407a1828ac68784fa398300337f9de8 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Thu, 3 Oct 2024 14:19:35 -0400 Subject: [PATCH] test --- modules/users/crow/user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/crow/user.nix b/modules/users/crow/user.nix index 0096ed1..9649ca5 100644 --- a/modules/users/crow/user.nix +++ b/modules/users/crow/user.nix @@ -18,7 +18,7 @@ startAt = [ "*:0/5" ]; - script = "cd /home/crow/Notes\ngit add .\ngit commit -am 'automatic backup'\ngit push"; + script = "cd /home/crow/Notes\ngit pull\ngit add .\ngit commit -am 'automatic backup'\ngit push"; }; config.home-manager.users.crow = lib.mkIf config.users.crow.home.enable ./home.nix;