This commit is contained in:
TheWanderingCrow 2024-10-03 14:19:35 -04:00
parent a23393bbe6
commit 4b1f90cf24

View file

@ -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;