Add backup script

This commit is contained in:
2024-03-05 08:47:09 +01:00
parent fc677c6270
commit 5f48a0ab51
2 changed files with 23 additions and 0 deletions

View File

@@ -11,4 +11,8 @@
source = ./randomwp.sh;
executable = true;
};
home.file.".local/bin/backup-home" = {
source = ./backup-home.sh;
executable = true;
};
}