mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
test
This commit is contained in:
parent
a23393bbe6
commit
4b1f90cf24
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue