aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macos.local/flake/home/scripts/core.nix.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/macos.local/flake/home/scripts/core.nix.org b/macos.local/flake/home/scripts/core.nix.org
index e53c38c..a791e83 100644
--- a/macos.local/flake/home/scripts/core.nix.org
+++ b/macos.local/flake/home/scripts/core.nix.org
@@ -18,6 +18,10 @@ Import various scripts useful on my system.
executable = true;
source = ./remove-quarantine;
};
+ "./.local/bin/backup-org.sh" = {
+ executable = true;
+ source = ./backup-org.sh;
+ };
};
}
#+end_src